Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T10:04:29.000Z (over 5 years ago)
- Last Synced: 2024-08-05T01:09:36.488Z (5 months ago)
- Topics: ghidra, headless-analyzer, python, reverse-engineering
- Language: Python
- Size: 3.91 KB
- Stars: 28
- Watchers: 4
- 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
```