Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 294 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 294 Bytes

Ghidra disassembly script for binary auto-analysis

How to run

    python run.py

Outputs are stored in src/outputs folder in following format

(func_name \t instruction):

    get_sigName	    adrp_x0_0x423000, add_x0_x0_0x1a8, ret

Tested for ARM and x86-64 binaries