├── README.md ├── scripts └── dump_functions.py ├── ghidra_headless.py ├── .gitignore └── LICENSE /README.md: -------------------------------------------------------------------------------- 1 | # ghidra_scripts 2 | 3 | Collection of Ghidra RE scripts 4 | 5 | ## Scripts 6 | 7 | * `ghidra_headless.py`: Wrapper to run Ghidra in headless mode and execute a provided script with arguments 8 | 9 | 10 | * `dump_functions.py`: Example script to dump function names and addresses 11 | 12 | ## Usage 13 | 14 | `ghidra_headless.py` can be used as follows: 15 | 16 | ``` 17 | python ghidra_headless.py