Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gregjhogan/00c4941cdd9f3a88cdb07f34bc421dfc to your computer and use it in GitHub Desktop.
Save gregjhogan/00c4941cdd9f3a88cdb07f34bc421dfc to your computer and use it in GitHub Desktop.
Install Ghirdra v850 extension into flatpak installation
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