Created
January 14, 2024 21:41
-
-
Save gregjhogan/00c4941cdd9f3a88cdb07f34bc421dfc to your computer and use it in GitHub Desktop.
Install Ghirdra v850 extension into flatpak installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /var/lib/flatpak/app/org.ghidra_sre.Ghidra/current/active/files/lib/ghidra/Ghidra/Extensions/ | |
sudo git clone https://github.com/esaulenka/ghidra_v850 | |
sudo ./lib/ghidra/support/sleigh ./ghidra_v850/data/languages/v850e[23].slaspec | |
cd ghidra_v850/ | |
# TODO: install appropriate version of openjdk first | |
sudo make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment