about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-23Arch/x86/sem: fix movssserpilliere1-1/+10
2015-10-23Test/Arch/x86:: add cpuidserpilliere1-0/+6
2015-10-23Arch/x86/sem: fix cpuidserpilliere1-4/+4
2015-10-23Arch/x86/sem: add fdivrp; fix fcompserpilliere1-0/+18
2015-10-23Arch/x86/sem: add fcomi/fcomip/fucomi/fucomip; fix fcompserpilliere1-15/+29
2015-10-23Test/Arch/x86:: add fcom/fcompserpilliere1-0/+4
2015-10-23Arch/x86/sem: add fcompp; fix fcompserpilliere1-3/+14
2015-10-23Arch/x86/sem: add custom float popserpilliere2-37/+29
2015-10-23Test/x86/arch: add fcmovccserpilliere1-0/+14
2015-10-23Arch/x86/sem: add fcmovccserpilliere1-0/+88
2015-10-23Arch/x86/sem: add fchsserpilliere1-0/+7
2015-10-23Arch/x86/sem: fix cqoserpilliere1-1/+1
2015-10-23Arch/x86/sem: add cmovpe/cmovnpserpilliere1-1/+22
2015-10-23Arch/x86/arch: fix iret[wdq] testserpilliere1-1/+1
2015-10-23Test/Arch/x86:: add cvtserpilliere1-2/+46
2015-10-23Arch/x86: add cvtserpilliere2-19/+199
2015-10-23Arch/x86/sem: add rdmsr/wrmsrserpilliere1-1/+19
2015-10-23Arch/x86/sem: add movdqaserpilliere1-7/+3
2015-10-23Arch/x86/sem: add pushq/popfqserpilliere1-1/+5
2015-10-23Test/Arch/x86:: fix wbinvdserpilliere1-1/+1
2015-10-23Arch/x86/arch: fix wbinvdserpilliere1-1/+1
2015-10-23Arch/x86/sem: add xorpdserpilliere1-0/+1
2015-10-23Arch/x86/sem: add add/sub/mul/div ss/sdserpilliere1-0/+29
2015-10-23Arch/x86/sem: Fix vectorized subtraction generationserpilliere1-11/+24
2015-10-23Test/Arch/x86: movqserpilliere1-0/+2
2015-10-23Arch/x86: fix movqserpilliere1-1/+3
2015-10-23Test/Arch/x86: call farserpilliere1-0/+7
2015-10-23Arch/x86: add call farserpilliere1-0/+1
2015-10-23Test/Arch/x86: comiss comisdserpilliere1-0/+12
2015-10-23Arch/x86: add comiss/comisdserpilliere1-0/+6
2015-10-23Test/Arch/x86: dt mnemonicsserpilliere1-0/+8
2015-10-23Arch/x86: fix/add dt mnemonicsserpilliere1-5/+18
2015-10-23Fix arm sem push instructionn1trox1-1/+1
2015-10-22Loader/pe: autopep8Fabrice Desclaux1-8/+10
2015-10-22Loader/pe: fix iat rebuildFabrice Desclaux1-1/+2
2015-10-22Use path relative to miasm2 rather than local dir for JittccAymeric Vincent1-4/+4
2015-10-21Core/Asmbloc: autopop8Fabrice Desclaux1-33/+51
2015-10-21Core/asmbloc: Fix dot generation for basic blocsFabrice Desclaux1-34/+61
2015-10-19GDBServer: on client exit, give back control to server scriptCamille Mougey1-1/+2
2015-10-19GDBServer: on script breakpoint, raise a SigTRAPCamille Mougey1-0/+6
2015-10-19Debugging: handle breakpoint stop with a proper stateCamille Mougey1-2/+13
2015-10-19Debugging: propagate status on breakpoint stopCamille Mougey1-3/+5
2015-10-19UnpackUPX: stop execution properlyCamille Mougey1-0/+3
2015-10-15TranslatorZ3: added translation for left and right rotationTim Blazytko1-0/+4
2015-10-15Jitload: more concise syntax in has_callbackFlorent Monjalet1-4/+2
2015-10-15BoundedDict: better dict syntaxFlorent Monjalet1-2/+2
2015-10-14Orthograph fix in parameter: rename --ommit-tags to --omit-tags.Aymeric Vincent1-4/+4
2015-10-14Test/Arch/aarch64: test ANDS w/ZRFabrice Desclaux1-0/+5
2015-10-14Arch/aarch64: fix ANDS dst ZRFabrice Desclaux1-1/+6
2015-10-11jitload: added a CallbackHandler.has_callbacks methodFlorent Monjalet1-4/+14