about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #1065 from serpilliere/fix_bytes_dll_namesserpilliere2019-09-2313-67/+70
|\ | | | | Fix bytes dllname
| * Fix get_str_ansi: return strFabrice Desclaux2019-09-2210-57/+51
| | | | | | | | | | get_str_ansi and get_str_unic now returns both *str* object: As get_str_unic decodes the string, get_str_ansi should do the same.
| * Fix bytes dllnameFabrice Desclaux2019-09-225-10/+19
|/
* Merge pull request #1064 from serpilliere/logo_readmeserpilliere2019-09-212-0/+5
|\ | | | | Add miasm logo
| * Add miasm logoFabrice Desclaux2019-09-212-0/+5
|/
* Merge pull request #1061 from WilliamBruneau/exception_vm2peserpilliere2019-09-201-1/+4
|\ | | | | Loader: add exception in vm2pe
| * Loader: add exception in vm2pe for PC < image baseWilliam Bruneau2019-09-201-1/+4
| |
* | Merge pull request #1062 from WilliamBruneau/fix_codespellserpilliere2019-09-2014-34/+35
|\ \ | | | | | | Some codespell fixes
| * | Codespell: add excetion 'blocs' to keep API unchangedWilliam Bruneau2019-09-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing some codespell errors would imply modifying some API. Codespell errors: miasm/core/asmblock.py:1608: blocs ==> blocks def dis_multibloc(self, offset, blocs=None): miasm/core/asmblock.py:1614: blocs ==> blocks return self.dis_multiblock(offset, blocs)
| * | Codespell: fix some spelling mistakesWilliam Bruneau2019-09-2013-34/+34
|/ /
* | Merge pull request #1059 from WilliamBruneau/fix_travisserpilliere2019-08-291-1/+1
|\ \ | |/ |/| Travis: switch from trusty to xenial
| * Travis: llvm-toolchain-trusty-6.0 to llvm-toolchain-xenial-6.0William Bruneau2019-08-291-1/+1
|/ | | | see: https://travis-ci.community/t/cannot-apt-get-install-clang-5-0/3250
* Merge pull request #1057 from carolineLe/byte_str_errorserpilliere2019-08-171-3/+3
|\ | | | | Fix str/bytes handling in pe loader
| * Fix str/bytes handling in pe loaderCaroline Leman2019-08-081-3/+3
|/
* Merge pull request #1056 from WilliamBruneau/type_segm_opserpilliere2019-08-011-1/+2
|\ | | | | Objc: support segm op
| * Objc: support segm opWilliam Bruneau2019-08-011-1/+2
|/
* Merge pull request #1055 from WilliamBruneau/fix_ida_menuserpilliere2019-07-271-0/+2
|\ | | | | Fix example/ida/menu.py for IDA >= 7.1
| * Fix example/ida/menu.py for IDA >= 7.1William Bruneau2019-07-261-0/+2
|/
* test: mem_breakpoint.py as a sample of memory breakpoints and its handlers. ↵idl3r2019-06-282-0/+83
| | | | | | | | | | | | (#1050) * test: add mem_breakpoint.py * test: enable args * test: add mem_breakpoint.py to test_all script * test: update memory mapping in mem_breakpoint.py
* Merge pull request #998 from commial/feature/extensive-testsserpilliere2019-06-172-1/+16
|\ | | | | Extended tests - reintroduce ls tests with extern repository
| * Add extended tests in travisAjax2019-06-131-1/+6
| |
| * x86: add FXSAVE and FXRSTOR as NOP instrAjax2019-04-121-0/+10
| |
* | Merge pull request #1047 from Ninjananas/fix_msp430serpilliere2019-06-171-1/+1
|\ \ | | | | | | fix typo in msp430's sem.py
| * | fix typo in msp430's sem.pyNinjananas2019-06-171-1/+1
|/ /
* | Merge pull request #1016 from WilliamBruneau/fix_python_3_getset_regserpilliere2019-05-2918-444/+241
|\ \ | | | | | | Fix PyGetInt for python 3
| * | Remove get_mem and set_mem from JitCpuWilliam Bruneau2019-05-1711-303/+6
| | |
| * | Fix compilationWilliam Bruneau2019-05-1512-14/+21
| | | | | | | | | | | | | | | | | | | | | | | | - add miasm/jitter/vm_mngr_py.c dependency to all JitCore (needed for PyLong_to_bn and bn_to_PyLong functions) - vm_set_mem and vm_get_mem already exist in miasm/jitter/arch/JitCore_*.c so must be renamed in miasm/jitter/vm_mngr_py.c
| * | bn_to_PyLongWilliam Bruneau2019-05-153-51/+31
| | |
| * | PyLong_to_bnWilliam Bruneau2019-05-155-153/+47
| | |
| * | Update test/jitter/jitcore.pyPierre Lalet2019-04-161-1/+1
| | | | | | | | | Co-Authored-By: WilliamBruneau <william.bruneau@epfedu.fr>
| * | Update test/jitter/jitcore.pyPierre Lalet2019-04-161-1/+1
| | | | | | | | | Co-Authored-By: WilliamBruneau <william.bruneau@epfedu.fr>
| * | Update test/jitter/jitcore.pyPierre Lalet2019-04-161-1/+1
| | | | | | | | | Co-Authored-By: WilliamBruneau <william.bruneau@epfedu.fr>
| * | Fix python 2William Bruneau2019-04-122-17/+122
| | |
| * | Add testsWilliam Bruneau2019-04-102-0/+41
| | |
| * | Shift bignumWilliam Bruneau2019-04-101-18/+15
| | |
| * | Use bignumWilliam Bruneau2019-04-091-9/+79
| | |
| * | Fix PyGetInt for python 3William Bruneau2019-03-281-2/+2
| | |
* | | Merge pull request #1045 from serpilliere/cmp_expr_p3Camille Mougey2019-05-271-0/+5
|\ \ \ | | | | | | | | Expression: add p3 ordering
| * | | Expression: add p3 orderingFabrice Desclaux2019-05-271-0/+5
| | | |
* | | | Merge pull request #1044 from icecr4ck/fix_macos_jitterserpilliere2019-05-252-4/+15
|\ \ \ \ | | | | | | | | | | Fix jitter on macOS
| * | | | Replace macOS bundles by dylibsHugo Porcher2019-05-231-0/+13
| | | | |
| * | | | Fix endianness for macOSHugo Porcher2019-05-231-4/+2
|/ / / /
* | | | Merge pull request #1041 from serpilliere/fix_tipoPierre Lalet2019-05-189-9/+11
|\ \ \ \ | |/ / / |/| | | Fix typo
| * | | Fix tipoFabrice Desclaux2019-05-189-9/+11
|/ / /
* | | Merge pull request #1037 from commial/refactor/requirements.txtserpilliere2019-05-102-1/+1
|\ \ \ | | | | | | | | Move "llvmlite" to optional requirements
| * | | Move "llvmlite" to optional requirementsAjax2019-05-092-1/+1
| | | |
* | | | Merge pull request #1036 from commial/refactor/example-loaderserpilliere2019-05-104-31/+45
|\ \ \ \ | |/ / / |/| | | Refactor/example loader
| * | | Loader example: test_pe: remove useless imports, comment and renameAjax2019-05-093-32/+34
| | | |
| * | | Add loader examples (only "test_pe" for now) in testsAjax2019-05-091-0/+12
| | | |
| * | | Example: rename elfesteem -> loaderAjax2019-05-092-0/+0
|/ / /