about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-21set breakpoint handler in ntdll_LdrGetProcedureAddress()Aymeric Vincent1-0/+1
2017-04-20Fix wrong add_memory_page docstringAjax1-1/+1
2017-04-20Add regression test for AssignBlockAjax2-0/+47
2017-04-20AssignBlock: add simplification facilityAjax1-0/+12
2017-04-20AssignBlock: add a few commentAjax1-1/+13
2017-04-20IRBlock: move lines in AssignBlockFabrice Desclaux14-63/+61
2017-04-20Ir: clean codeFabrice Desclaux1-52/+51
2017-04-20Ir: make AssignBlock immutableFabrice Desclaux10-174/+249
2017-04-18X86_32: Add fastcall abiFabrice Desclaux1-0/+27
2017-04-18Add regression test for DSE on lbl_genAjax2-0/+100
2017-04-18Handle symbolic exec stuck on lbl_genAjax1-38/+61
2017-04-18Add an example illustrating DSEAjax3-0/+425
2017-04-18TestAll: add support for other executableAjax2</