| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | LoaderPE: move log, cause 'hex' call can fail on None | Ajax | 2016-05-10 | 1 | -1/+1 | |
| | | ||||||
| * | Jitter: autopep | Fabrice Desclaux | 2016-05-10 | 2 | -4/+6 | |
| | | ||||||
| * | Jitter: replace Resolve_dst with macro | Fabrice Desclaux | 2016-05-10 | 2 | -10/+2 | |
| | | ||||||
| * | Jitter: cache on bloc | Fabrice Desclaux | 2016-05-10 | 2 | -38/+108 | |
| | | ||||||
| * | Jitter: use cpu alias | Fabrice Desclaux | 2016-05-09 | 1 | -2/+4 | |
| | | ||||||
| * | Jitter: parity lookup table | Fabrice Desclaux | 2016-05-09 | 2 | -21/+40 | |
| | | ||||||
| * | Merge pull request #366 from itsacoderepo/sem_add_ud2 | serpilliere | 2016-05-08 | 1 | -1/+17 | |
| |\ | | | | | x86 sem: prefetchw, ud2 and lfence added | |||||
| | * | x86 sem: prefetchw and lfence added | Niko Schmidt | 2016-05-07 | 1 | -0/+12 | |
| | | | | | | | x86 sem: prefetchw and lfence added | |||||
| | * | x86 sem: missing ud2 instruction in sem.py. | Niko Schmidt | 2016-05-07 | 1 | -1/+5 | |
| | | | | | | | | | x86 sem: missing ud2 instruction in sem.py. | |||||
| * | | Merge pull request #364 from mrphrazer/x86_opcodes | serpilliere | 2016-04-28 | 1 | -0/+14 | |
| |\ \ | |/ |/| | some X86 opcodes decodings | |||||
| | * | x86 arch: added x86 opcode decoding for PCMPGTD | Tim Blazytko | 2016-04-27 | 1 | -0/+5 | |
| | | | ||||||
| | * | x86 arch: added x86 opcode decoding for SHUFPD | Tim Blazytko | 2016-04-27 | 1 | -1/+3 | |
| | | | ||||||
| | * | x86 arch: added x86 opcode decoding for SHUFPS | Tim Blazytko | 2016-04-27 | 1 | -0/+3 | |
| | | | ||||||
| | * | x86 arch: added opcode decoding for MOVMSKPS | Tim Blazytko | 2016-04-27 | 1 | -0/+2 | |
| | | | ||||||
| | * | x86 arch: added opcode decoding for LFENCE | Tim Blazytko | 2016-04-27 | 1 | -0/+1 | |
| | | | ||||||
| | * | x86 arch: added opcode decoding for PREFETCHW | Tim Blazytko | 2016-04-27 | 1 | -0/+1 | |
| | | | ||||||
| * | | Update sem.py | Niko Schmidt | 2016-04-27 | 1 | -1/+1 | |
| | | | | | | | Fixed missing arch (64) on line 1451 | |||||
| * | | Jitter/gcc: fit fd leak | Fabrice Desclaux | 2016-04-27 | 1 | -1/+2 | |
| |/ | ||||||
| * | arch: added x86 opcode decoding for PSRLDQ | Tim Blazytko | 2016-04-26 | 1 | -0/+2 | |
| | | ||||||
| * | x86 arch: extended opcode decoding for MOVUPS | Tim Blazytko | 2016-04-26 | 1 | -2/+2 | |
| | | | | | arch: fixed x86 opcode decoding for movups. creds @serpilliere | |||||
| * | Merge pull request #362 from commial/test-qemu-sse | serpilliere | 2016-04-26 | 2 | -0/+20 | |
| |\ | | | | | Test qemu sse | |||||
| | * | Python jitter: enable segmentation support | Ajax | 2016-04-26 | 2 | -0/+20 | |
| | | | ||||||
| * | | Jitgcc: clean temporary C files | Fabrice Desclaux | 2016-04-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #359 from serpilliere/fix_x86_lodsq | Camille Mougey | 2016-04-26 | 1 | -1/+4 | |
| |\ \ | | | | | | | x86/sem: Fix lodsq | |||||
| | * | | x86/sem: Fix lodsq | Fabrice Desclaux | 2016-04-26 | 1 | -1/+4 | |
| | | | | ||||||
| * | | | Jitter/x86: Fix rshift64 | Fabrice Desclaux | 2016-04-26 | 1 | -1/+3 | |
| |/ / | ||||||
| * | | Merge pull request #357 from serpilliere/jit_gcc | Camille Mougey | 2016-04-26 | 3 | -36/+254 | |
| |\ \ | | | | | | | Jit gcc | |||||
| | * | | Jitter: enhance jitter error msg | serpilliere | 2016-04-26 | 1 | -43/+31 | |
| | | | | ||||||
| | * | | Jitter: add gcc backend | serpilliere | 2016-04-26 | 3 | -0/+230 | |
| | | | | ||||||
| * | | | X86/arch: fix call @imm | serpilliere | 2016-04-24 | 1 | -1/+4 | |
| |/ / | ||||||
| * | | Merge pull request #342 from fmonjalet/fix_types | serpilliere | 2016-04-19 | 1 | -17/+39 | |
| |\ \ | |/ |/| | Fix miasm2.core.types API | |||||
| | * | Types: Ptr.dst_type is now a Type rather than a MemType | Florent Monjalet | 2016-03-15 | 1 | -10/+13 | |
| | | | | | | | | | Makes for a more coherent API | |||||
| | * | Types: handle MemType as argument to Array constructor | Florent Monjalet | 2016-03-15 | 1 | -7/+26 | |
| | | | | | | | | | | | Alse add a to_type helper that factorizes the boilerplate code to get a Type from either a MemType or a Type. | |||||
| * | | X86/sem: fix pusha/popa | Fabrice Desclaux | 2016-04-18 | 1 | -36/+30 | |
| | | | ||||||
| * | | VmMngr: add is_mapped api | Fabrice Desclaux | 2016-04-09 | 3 | -11/+55 | |
| | | | ||||||
| * | | Jitter: fix find_page_node | Fabrice Desclaux | 2016-04-09 | 1 | -0/+3 | |
| | | | ||||||
| * | | fix bin_stream.getbits() | Aymeric Vincent | 2016-04-05 | 1 | -2/+3 | |
| | | | ||||||
| * | | Merge pull request #347 from serpilliere/dg_has_loop | Camille Mougey | 2016-03-23 | 2 | -3/+31 | |
| |\ \ | | | | | | | Dg has loop | |||||
| | * | | Depgraph: use has_loop algorithm to spot data flow loops; fix reg test | Fabrice Desclaux | 2016-03-23 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | Core/Graph: add loop test | Fabrice Desclaux | 2016-03-23 | 1 | -0/+28 | |
| | | | | ||||||
| * | | | Merge pull request #345 from serpilliere/loader_struct | Camille Mougey | 2016-03-23 | 1 | -46/+34 | |
| |\ \ \ | | | | | | | | | OS_Dep/Win_seh: fix link list entries | |||||
| | * | | | OS_Dep/Win_seh: fix link list entries | Fabrice Desclaux | 2016-03-23 | 1 | -46/+34 | |
| | |/ / | ||||||
| * | | | Comment disasmEngine | Ajax | 2016-03-23 | 1 | -6/+60 | |
| | | | | ||||||
| * | | | Move dis_bloc and dis_bloc_all into disasmEngine as method | Ajax | 2016-03-23 | 1 | -199/+153 | |
| | | | | ||||||
| * | | | JitCore: update disbloc signature (and docstring) | Ajax | 2016-03-23 | 1 | -3/+6 | |
| | | | | ||||||
| * | | | JitCore: use the disasmEngine instead f a direct call to dis_bloc internals | Ajax | 2016-03-23 | 1 | -13/+15 | |
| | | | | ||||||
| * | | | Fix Jitload `load` signature in abstract method | Ajax | 2016-03-23 | 1 | -3/+2 | |
| | | | | ||||||
| * | | | disasmEngine bin_stream argument must be provided | Ajax | 2016-03-23 | 1 | -4/+4 | |
| |/ / | ||||||
| * | | Introduce Container.symbol_pool, containing container symbols (if any) | Ajax | 2016-03-21 | 1 | -0/+23 | |
| | | | ||||||
| * | | DependencyGraph: emul minimum effects | Fabrice Desclaux | 2016-03-21 | 1 | -20/+29 | |
| | | | ||||||