Ghidra is a software reverse engineering (SRE) framework
-
Updated
Jul 24, 2021 - Java
Add a description, image, and links to the software-analysis topic page so that developers can more easily learn about it.
To associate your repository with the software-analysis topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I want to do some simple custom pattern matching on a program's assembly instructions.
Describe the solution you'd like
I would like to be able to export a disassembly of the entire program, including addresses, labels, etc., to a text file so I can then use standard text tools to analyze or share it.
**Describe alterna