about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-06Use regex literals for re.* functionsDuncan Ogilvie10-16/+16
2024-01-06Replace /!\ with [!] to fix a few warningsDuncan Ogilvie7-11/+11
2024-01-06Remove trailing whitespaceDuncan Ogilvie5-20/+20
2024-01-06Update .gitignore to ignore virtual envsDuncan Ogilvie1-1/+8
2023-07-07fix compilation on cygwinfrank21-1/+1
2023-04-24ImpRec: recover_import without alignment hypothesisCamille Mougey1-12/+28
2023-04-24ImpRec: fix the search to actually use the ptrsizeCamille Mougey1-1/+1
2023-04-23Add a sandbox example using the ImpRec strategyCamille Mougey2-0/+59
2023-04-23Add a "generic" import recovery strategy based on ImpRecCamille Mougey1-0/+121
2023-04-23Depgraph: add `.address_to_location` to help find the line and loc of an addressCamille Mougey2-7/+20
2023-04-23Example: add support for symbol name in `address`Camille Mougey1-1/+10
2023-04-23Example: add a basic symbol_exec exampleCamille Mougey2-0/+50