| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #1065 from serpilliere/fix_bytes_dll_names | serpilliere | 2019-09-23 | 13 | -67/+70 | |
| |\ | | | | | Fix bytes dllname | |||||
| | * | Fix get_str_ansi: return str | Fabrice Desclaux | 2019-09-22 | 10 | -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 dllname | Fabrice Desclaux | 2019-09-22 | 5 | -10/+19 | |
| |/ | ||||||
| * | Merge pull request #1064 from serpilliere/logo_readme | serpilliere | 2019-09-21 | 2 | -0/+5 | |
| |\ | | | | | Add miasm logo | |||||
| | * | Add miasm logo | Fabrice Desclaux | 2019-09-21 | 2 | -0/+5 | |
| |/ | ||||||
| * | Merge pull request #1061 from WilliamBruneau/exception_vm2pe | serpilliere | 2019-09-20 | 1 | -1/+4 | |
| |\ | | | | | Loader: add exception in vm2pe | |||||
| | * | Loader: add exception in vm2pe for PC < image base | William Bruneau | 2019-09-20 | 1 | -1/+4 | |
| | | | ||||||
| * | | Merge pull request #1062 from WilliamBruneau/fix_codespell | serpilliere | 2019-09-20 | 14 | -34/+35 | |
| |\ \ | | | | | | | Some codespell fixes | |||||
| | * | | Codespell: add excetion 'blocs' to keep API unchanged | William Bruneau | 2019-09-20 | 1 | -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 mistakes | William Bruneau | 2019-09-20 | 13 | -34/+34 | |
| |/ / | ||||||
| * | | Merge pull request #1059 from WilliamBruneau/fix_travis | serpilliere | 2019-08-29 | 1 | -1/+1 | |
| |\ \ | |/ |/| | Travis: switch from trusty to xenial | |||||
| | * | Travis: llvm-toolchain-trusty-6.0 to llvm-toolchain-xenial-6.0 | William Bruneau | 2019-08-29 | 1 | -1/+1 | |
| |/ | | | | see: https://travis-ci.community/t/cannot-apt-get-install-clang-5-0/3250 | |||||
| * | Merge pull request #1057 from carolineLe/byte_str_error | serpilliere | 2019-08-17 | 1 | -3/+3 | |
| |\ | | | | | Fix str/bytes handling in pe loader | |||||
| | * | Fix str/bytes handling in pe loader | Caroline Leman | 2019-08-08 | 1 | -3/+3 | |
| |/ | ||||||
| * | Merge pull request #1056 from WilliamBruneau/type_segm_op | serpilliere | 2019-08-01 | 1 | -1/+2 | |
| |\ | | | | | Objc: support segm op | |||||
| | * | Objc: support segm op | William Bruneau | 2019-08-01 | 1 | -1/+2 | |
| |/ | ||||||
| * | Merge pull request #1055 from WilliamBruneau/fix_ida_menu | serpilliere | 2019-07-27 | 1 | -0/+2 | |
| |\ | | | | | Fix example/ida/menu.py for IDA >= 7.1 | |||||
| | * | Fix example/ida/menu.py for IDA >= 7.1 | William Bruneau | 2019-07-26 | 1 | -0/+2 | |
| |/ | ||||||
| * | test: mem_breakpoint.py as a sample of memory breakpoints and its handlers. ↵ | idl3r | 2019-06-28 | 2 | -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-tests | serpilliere | 2019-06-17 | 2 | -1/+16 | |
| |\ | | | | | Extended tests - reintroduce ls tests with extern repository | |||||
| | * | Add extended tests in travis | Ajax | 2019-06-13 | 1 | -1/+6 | |
| | | | ||||||
| | * | x86: add FXSAVE and FXRSTOR as NOP instr | Ajax | 2019-04-12 | 1 | -0/+10 | |
| | | | ||||||
| * | | Merge pull request #1047 from Ninjananas/fix_msp430 | serpilliere | 2019-06-17 | 1 | -1/+1 | |
| |\ \ | | | | | | | fix typo in msp430's sem.py | |||||
| | * | | fix typo in msp430's sem.py | Ninjananas | 2019-06-17 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #1016 from WilliamBruneau/fix_python_3_getset_reg | serpilliere | 2019-05-29 | 18 | -444/+241 | |
| |\ \ | | | | | | | Fix PyGetInt for python 3 | |||||
| | * | | Remove get_mem and set_mem from JitCpu | William Bruneau | 2019-05-17 | 11 | -303/+6 | |
| | | | | ||||||
| | * | | Fix compilation | William Bruneau | 2019-05-15 | 12 | -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_PyLong | William Bruneau | 2019-05-15 | 3 | -51/+31 | |
| | | | | ||||||
| | * | | PyLong_to_bn | William Bruneau | 2019-05-15 | 5 | -153/+47 | |
| | | | | ||||||
| | * | | Update test/jitter/jitcore.py | Pierre Lalet | 2019-04-16 | 1 | -1/+1 | |
| | | | | | | | | | | Co-Authored-By: WilliamBruneau <william.bruneau@epfedu.fr> | |||||
| | * | | Update test/jitter/jitcore.py | Pierre Lalet | 2019-04-16 | 1 | -1/+1 | |
| | | | | | | | | | | Co-Authored-By: WilliamBruneau <william.bruneau@epfedu.fr> | |||||
| | * | | Update test/jitter/jitcore.py | Pierre Lalet | 2019-04-16 | 1 | -1/+1 | |
| | | | | | | | | | | Co-Authored-By: WilliamBruneau <william.bruneau@epfedu.fr> | |||||
| | * | | Fix python 2 | William Bruneau | 2019-04-12 | 2 | -17/+122 | |
| | | | | ||||||
| | * | | Add tests | William Bruneau | 2019-04-10 | 2 | -0/+41 | |
| | | | | ||||||
| | * | | Shift bignum | William Bruneau | 2019-04-10 | 1 | -18/+15 | |
| | | | | ||||||
| | * | | Use bignum | William Bruneau | 2019-04-09 | 1 | -9/+79 | |
| | | | | ||||||
| | * | | Fix PyGetInt for python 3 | William Bruneau | 2019-03-28 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Merge pull request #1045 from serpilliere/cmp_expr_p3 | Camille Mougey | 2019-05-27 | 1 | -0/+5 | |
| |\ \ \ | | | | | | | | | Expression: add p3 ordering | |||||
| | * | | | Expression: add p3 ordering | Fabrice Desclaux | 2019-05-27 | 1 | -0/+5 | |
| | | | | | ||||||
| * | | | | Merge pull request #1044 from icecr4ck/fix_macos_jitter | serpilliere | 2019-05-25 | 2 | -4/+15 | |
| |\ \ \ \ | | | | | | | | | | | Fix jitter on macOS | |||||
| | * | | | | Replace macOS bundles by dylibs | Hugo Porcher | 2019-05-23 | 1 | -0/+13 | |
| | | | | | | ||||||
| | * | | | | Fix endianness for macOS | Hugo Porcher | 2019-05-23 | 1 | -4/+2 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1041 from serpilliere/fix_tipo | Pierre Lalet | 2019-05-18 | 9 | -9/+11 | |
| |\ \ \ \ | |/ / / |/| | | | Fix typo | |||||
| | * | | | Fix tipo | Fabrice Desclaux | 2019-05-18 | 9 | -9/+11 | |
| |/ / / | ||||||
| * | | | Merge pull request #1037 from commial/refactor/requirements.txt | serpilliere | 2019-05-10 | 2 | -1/+1 | |
| |\ \ \ | | | | | | | | | Move "llvmlite" to optional requirements | |||||
| | * | | | Move "llvmlite" to optional requirements | Ajax | 2019-05-09 | 2 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #1036 from commial/refactor/example-loader | serpilliere | 2019-05-10 | 4 | -31/+45 | |
| |\ \ \ \ | |/ / / |/| | | | Refactor/example loader | |||||
| | * | | | Loader example: test_pe: remove useless imports, comment and rename | Ajax | 2019-05-09 | 3 | -32/+34 | |
| | | | | | ||||||
| | * | | | Add loader examples (only "test_pe" for now) in tests | Ajax | 2019-05-09 | 1 | -0/+12 | |
| | | | | | ||||||
| | * | | | Example: rename elfesteem -> loader | Ajax | 2019-05-09 | 2 | -0/+0 | |
| |/ / / | ||||||