about summary refs log tree commit diff stats
path: root/miasm2 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Arch/x86: add cvtserpilliere2015-10-232-19/+199
| * Arch/x86/sem: add rdmsr/wrmsrserpilliere2015-10-231-1/+19
| * Arch/x86/sem: add movdqaserpilliere2015-10-231-7/+3
| * Arch/x86/sem: add pushq/popfqserpilliere2015-10-231-1/+5
| * Arch/x86/arch: fix wbinvdserpilliere2015-10-231-1/+1
| * Arch/x86/sem: add xorpdserpilliere2015-10-231-0/+1
| * Arch/x86/sem: add add/sub/mul/div ss/sdserpilliere2015-10-231-0/+29
| * Arch/x86/sem: Fix vectorized subtraction generationserpilliere2015-10-231-11/+24
| * Arch/x86: fix movqserpilliere2015-10-231-1/+3
| * Arch/x86: add call farserpilliere2015-10-231-0/+1
| * Arch/x86: add comiss/comisdserpilliere2015-10-231-0/+6
| * Arch/x86: fix/add dt mnemonicsserpilliere2015-10-231-5/+18
* | Merge pull request #237 from serpilliere/win_seh_alloc_minCamille Mougey2015-10-233-403/+192
|\ \ | |/ |/|
| * Os_dep/win_32_seh: autopep8Fabrice Desclaux2015-10-231-9/+9
| * Os_dep/win_32_seh: Clean code/use stack for ctxtFabrice Desclaux2015-10-231-92/+94
| * Sanbox/x86: fix default stackFabrice Desclaux2015-10-231-2/+2
| * Jitter/win_seh: loggingFabrice Desclaux2015-10-231-39/+40
| * Jitter/win_seh: clean codeFabrice Desclaux2015-10-231-231/+45
| * Jitter/win_seh: unify teb apiFabrice Desclaux2015-10-231-12/+4
| * Jitter/win_seh: only map defined memory for pebFabrice Desclaux2015-10-231-24/+5
| * Jitter/win_seh: only map defined memory for module definitionFabrice Desclaux2015-10-231-9/+8
| * Jitter/win_seh: only map defined memory for ldr dataFabrice Desclaux2015-10-231-11/+11
| * Jitter/vm_mngr: Fix error typoFabrice Desclaux2015-10-231-1/+1
* | Merge pull request #236 from dynm/learningserpilliere2015-10-231-1/+1
|\ \
| * | Fix arm sem push instructionn1trox2015-10-231-1/+1
* | | Loader/pe: autopep8Fabrice Desclaux2015-10-221-8/+10
* | | Loader/pe: fix iat rebuildFabrice Desclaux2015-10-221-1/+2
| |/ |/|
* | Merge pull request #233 from a-vincent/nit_jittcc_relative_pathPierre Lalet2015-10-221-4/+4
|\ \
| * | Use path relative to miasm2 rather than local dir for JittccAymeric Vincent2015-10-221-4/+4
* | | Merge pull request #226 from fmonjalet/optimize_jitterserpilliere2015-10-222-12/+37
|\ \ \
| * | | Jitload: more concise syntax in has_callbackFlorent Monjalet2015-10-151-4/+2
| * | | BoundedDict: better dict syntaxFlorent Monjalet2015-10-151-2/+2
| * | | jitload: added a CallbackHandler.has_callbacks methodFlorent Monjalet2015-10-111-4/+14
| * | | BoundedDict: faster implementationFlorent Monjalet2015-10-111-8/+25
* | | | Core/Asmbloc: autopop8Fabrice Desclaux2015-10-211-33/+51
* | | | Core/asmbloc: Fix dot generation for basic blocsFabrice Desclaux2015-10-211-34/+61
* | | | GDBServer: on client exit, give back control to server scriptCamille Mougey2015-10-191-1/+2
* | | | GDBServer: on script breakpoint, raise a SigTRAPCamille Mougey2015-10-191-0/+6
* | | | Debugging: handle breakpoint stop with a proper stateCamille Mougey2015-10-191-2/+13
* | | | Debugging: propagate status on breakpoint stopCamille Mougey2015-10-191-3/+5
* | | | TranslatorZ3: added translation for left and right rotationTim Blazytko2015-10-151-0/+4
| |/ / |/| |
* | | Arch/aarch64: fix ANDS dst ZRFabrice Desclaux2015-10-141-1/+6
|/ /
* | Arch/arm: add rev mnemonic;Fabrice Desclaux2015-10-072-0/+11
* | Merge pull request #223 from serpilliere/fix_stack_baseCamille Mougey2015-10-061-0/+10
|\ \
| * | Sandbox: add stack base manipulationFabrice Desclaux2015-10-051-0/+10
* | | Merge pull request #222 from serpilliere/extract_labelCamille Mougey2015-10-061-10/+22
|\ \ \
| * | | IR: add get_labelFabrice Desclaux2015-10-051-10/+22
| |/ /
* | | Depgraph: fix nameFabrice Desclaux2015-10-051-1/+2
* | | Depgraph: fix follow mem/callFabrice Desclaux2015-10-051-37/+49
|/ /
* / Expression: move is_func_call to expr scrFabrice Desclaux2015-09-232-4/+4
|/