https://github.com/allsafecybersecurity/headless_scripts
Headless Scripts for Ghidra's Headless Analyzer written in Python
https://github.com/allsafecybersecurity/headless_scripts
ghidra headless-analyzer python reverse-engineering
Last synced: 2 months ago
JSON representation
Headless Scripts for Ghidra's Headless Analyzer written in Python
- Host: GitHub
- URL: https://github.com/allsafecybersecurity/headless_scripts
- Owner: AllsafeCyberSecurity
- License: mit
- Created: 2019-09-21T09:03:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T10:04:29.000Z (almost 6 years ago)
- Last Synced: 2025-03-29T17:06:46.429Z (3 months ago)
- Topics: ghidra, headless-analyzer, python, reverse-engineering
- Language: Python
- Size: 3.91 KB
- Stars: 30
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Headless Scripts
Headless Scripts for Ghidra's Headless Analyzer written in Python.
## disassembler
`disassembler.py` disassembles all the functions recognized by Ghidra, and writes them into file.
### Usage
```shell
$ analyzeHeadless -process -scriptPath -postScript disassembler.py```
## decompiler
`decompiler.py` decompiles all the functions recognized by Ghidra, and writes them into file.
### Usage
```shell
$ analyzeHeadless -process -scriptPath -postScript decompiler.py
```