Commit Graph

3 Commits

Author SHA1 Message Date
Dhruv Maroo
159b1377cf Add RustStdAnalyzer analyzer extension
* This extension uses an existing Function ID database to apply
    function signatures to Rust binaries (very useful in case of
    stripped binaries)
  * So this extension basically detects a Rust binary and auto-applies
    the correct `libstd` Rust function signatures, pretty cool
  * Plus, you can also add your own Function ID databases in the `data/`
    subdirectory if you want to apply even more signatures or, say,
    custom signatures
2023-04-14 06:00:17 +05:30
Dhruv Maroo
b561396f55 Remove existing installation before installing the new extension
* Also, clear out the `dist/` directory before building.
    This helps in avoiding duplicate builds caused sue of different dates.
2023-04-14 05:58:26 +05:30
Dhruv Maroo
1475238074 Initial extension set up
* Extension help can be found in the "Help" section in Ghidra
  * Extension build script, LICENSE and README added
2023-04-11 23:06:09 +05:30