mirror of
https://github.com/DMaroo/GhidRust.git
synced 2025-10-06 04:53:57 +02:00
e2a029e36ec1f9b0b33f7b8ac64986de7899e088

* This FIDB is for the libstd found with `rustc` version `1.58.1` on x86-64 Linux * Feel free to add more FIDBs, or replace this one with more relevant ones, depending on your system
GhidRust: Rust binary analysis extension
Building
There is a build script provided (build.sh
) which can build and install the extension.
$ ./build.sh -h
GhidRust install script
Usage: build.sh [-i | --install] -g GHIDRA_PATH
-i | --install Install the extension
-g | --ghidra Path to Ghidra installation (usually /opt/ghidra)
-h | --help Show usage/help
You can build the extension using the following command.
$ ./build.sh -g <GHIDRA_INSTALL_DIR>
You can install it using the install flag as follows.
./build.sh -ig <GHIDRA_INSTALL_DIR>
Description
Languages
Java
96.5%
HTML
1.5%
CSS
1.2%
Shell
0.8%