about summary refs log tree commit diff stats
path: root/example/expression/graph_dataflow.py (unfollow)
<
Commit message (Expand)AuthorFilesLines
2023-09-13Fix disassembly bugwoni2-2/+6
2023-09-06Add RRX support inside instructionswoni1-0/+50
2023-09-06Add shifters for instructions that use shifter carrywoni1-76/+154
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
2023-04-23Doc: add Sandbox + Disassembler/Lifter cheatsheetCamille Mougey