1 unstable release
Uses new Rust 2024
| 0.6.0 | Feb 1, 2026 |
|---|
#91 in Security
55KB
1K
SLoC
GVM
Ghidra Version Manager is a utility to manage and update your Ghidra versions and extensions
Supports Linux, macOS and Windows
Installing
Stable Version
cargo install ghidra-version-manager
Latest Version
cargo install --git https://github.com/CUB3D/ghidra-version-manager
This will download and extract the selected version. On linux it will create a .desktop entry as well.
On macOS it will create a launcher app in /Applications for spotlight integration.
Usage
In places where a version is specified you can also use "default" for your selected default version or "latest" for the latest release
Install a new version
gvm install Ghidra_11.4_build
Run it
# Run the default one
gvm run
# Or specify
gvm run Ghidra_11.2_build
Update it
gvm update
Change your default version
gvm default set Ghidra_11.2_build
gvm default show
Install a third-party Processor
gvm extensions install PDK
List known extensions
gvm extensions list
Uninstall a version
gvm uninstall Ghidra_11.4_build
List Ghidra versions
gvm list
License
GPL3
Dependencies
~50–91MB
~1.5M SLoC