chaoticgd / ghidra-emotionengine-reloaded

An extension for Ghidra that adds support for the PlayStation 2.
Apache License 2.0
119 stars 11 forks source link

Add a STABS symbol table analyzer #7

Closed chaoticgd closed 1 year ago

chaoticgd commented 1 year ago

This will extract data types, functions and global variables from executable files containing a .mdebug section automatically during auto analysis. This is based on ccc which I've been working heavily on for the last few months.

To use it from source you'll need to build the extension yourself using Gradle and you'll need to provide your own stdump executable file. When the next release is put out this will all be done for you so it should all just work.