Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 404 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 404 Bytes

Ghidra loader for Titan M firmwares

This is a simple module for Ghidra allowing to load firmwares for Titan M (a.k.a Citadel).

Ghidra Loader selected

Build

$ export GHIDRA_INSTALL_DIR=<Path to Ghidra dir>
$ gradle
$ cp dist/<last_build>.zip $GHIDRA_INSTALL_DIR/Extensions/Ghidra/
$ # enable new extensions in Files -> Install Extensions... then restart Ghidra