about summary refs log tree commit diff stats
path: root/example/disasm/dis_binary_lift_model_call.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-24Fix xdot outputFabrice Desclaux6-30/+27
2024-08-19fix expression division and add testwoni2-2/+8
2024-08-13Fixes #1500Alex1-6/+6
2024-08-10Add regression test for aarch64_immhi_pageAeonLucid1-1/+4
2024-08-04Fix compilation for FreeBSD OSAlex1-1/+1
2024-08-03Fix typo in aarch64_immhi_page decodeAeonLucid1-1/+1
2024-05-14Fixing error with installation on windows with cp1251Vladimir Martianov1-1/+1
2024-04-28fix: bin_stream get_u8 returning bytesPsyi Rius1-1/+4
2024-04-27Fix add/sub aarch64Fabrice Desclaux2-2/+10
2024-04-06Add link to the doc folder in READMEW0ni1-1/+1
2024-04-04Fix typoW0ni1-1/+1
2024-04-04Apply @W0ni suggestionsCamille Mougey1-5/+6
2024-04-03Doc: add a notebook on emulation APICamille Mougey2-0/+543
2024-03-18Fix typos found by codespellDimitri Papadopoulos10-16/+16
2024-03-14Remove misleading commentW0ni1-1/+1
2024-03-14Add MOV and MOVS tests for [AL]SRwoni1-1/+6
2024-02-25Fix display format for jitter breakpoint exampleW0ni1-4/+4
2024-01-16Improve CreateFile flags parsingwoni1-6/+9
2024-01-06Replace deprecated use of 'imp' moduleDuncan Ogilvie1-2/+3
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
2024-01-04Unlock pyparsing versionWilliam Bruneau3-3/+3
2023-09-13Add tests for MOVS and isThumb utility functionwoni2-0/+54
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 Mougey5-0/