Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```