about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-12Arm: fix bkptserpilliere5-5/+39
2016-09-12Arm: add clz/uxtabserpilliere6-0/+99
2016-09-11Code cleanupserpilliere9-27/+27
2016-09-09Jitter: Fix iterator handlingFabrice Desclaux1-2/+10
2016-09-08Test: fix python executableFabrice Desclaux1-1/+1
2016-09-07Loader/pe: add cname infosFabrice Desclaux2-1/+3
2016-09-07Arch/x86: fix sldtFabrice Desclaux3-4/+8
2016-09-06Jitter/win: cleanFabrice Desclaux1-27/+0
2016-09-06Jitter/win: fix TIB accessesFabrice Desclaux4-11/+12
2016-09-05Add Clang possibility using "cc"Ajax2-5/+7
2016-09-04Jitter/codegen: fix irdst generationserpilliere1-5/+1
2016-09-02Merge common code into Jitcore_Cc_BaseAjax4-202/+149
2016-09-02Move Jitcore specifics code into respective classesAjax2-43/+39
2016-09-02Remove useless codeAjax1-15/+0
2016-09-02x86/sem: add syscallFabrice Desclaux1-0/+8
2016-09-01Enable "python" jitter on AsmUnitTest, except someAjax1-2/+7
2016-09-01Add interrupt_num to JitCore_x86_CPU attributesAjax1-0/+3
2016-09-01Regression test for SEH with a double handlerAjax1-1/+41
2016-09-01Add a regression test for SEH handlingAjax2-0/+67
2016-09-01Handle CPU exception in Jitcore PythonAjax2-6/+8
2016-09-01Add exception_flags attribute to JitCore_CPU_x86 objectAjax1-0/+5
2016-09-01Use a local expr_simp, instead of activating simps on global expr_simpAjax1-3/+7
2016-09-01Make return_from_seh breakpoint compliantAjax1-0/+3
2016-09-01SEH: handle ExceptionContinueSearchAjax1-15/+29
2016-09-01set_win_fs_0: use new APIAjax1-5/+2
2016-09-01Refactor SEH faker to use MemStructsAjax1-58/+35
2016-09-01X86/sem: fix icebpFabrice Desclaux1-1/+1
2016-09-01SEH: add SEH relative structuresAjax1-1/+34
2016-09-01From MSDN, SEH valid values are only 0 and 1Ajax1-3/+8
2016-09-01Useless variable aliasAjax1-3/+2
2016-09-01Add a way to retrieve memory access rightPierre Graux3-0/+48
2016-09-01Duplicated R15 declarations removedGuillaume Valadon1-4/+3
2016-08-31Tests: add win seh testFabrice Desclaux3-0/+150
2016-08-31Jitter: Use mem access for automodFabrice Desclaux4-114/+106
2016-08-31Jitter: opt write_numFabrice Desclaux2-0/+12
2016-08-31Jitter: avoid vmmngr castingFabrice Desclaux8-17/+16
2016-08-31Jitter: fix python jitFabrice Desclaux6-20/+94
2016-08-30Jitter: fix automod resetFabrice Desclaux2-0/+12
2016-08-30Jitter: use mem read/write for memory breakpoint/automodFabrice Desclaux6-87/+162
2016-08-30Jitter: gen bad block on bad disasmFabrice Desclaux1-1/+2
2016-08-30Jitter: optimize memory write objectFabrice Desclaux1-1/+44
2016-08-30Jitter: support sparse writeFabrice Desclaux3-4/+10
2016-08-30Jitter: use list of writeFabrice Desclaux3-44/+20
2016-08-30Jitter: automod callback CFabrice Desclaux6-21/+93
2016-08-30Jitter: use local vars for prefetch/updtFabrice Desclaux11-1604/+45
2016-08-30Jitter/x86: custom dump_gpregsFabrice Desclaux3-7/+64
2016-08-30Jitter: suport mips32Fabrice Desclaux2-0/+64
2016-08-30Jitter: code generator reworkFabrice Desclaux18-474/+615
2016-08-10Loader/pe: Add ordinal exportFabrice Desclaux1-0/+7
2016-08-10Win_api: fix setfilepointerFabrice Desclaux1-4/+6