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: 24 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T10:04:29.000Z (about 5 years ago)
- Last Synced: 2024-11-16T23:21:19.776Z (25 days ago)
- Topics: ghidra, headless-analyzer, python, reverse-engineering
- Language: Python
- Size: 3.91 KB
- Stars: 30
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ghidra - headless_scripts - Headless Scripts for Ghidra's Headless Analyzer written in Python (Ghidra Scripts/Plugins/Extension)
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
```