Installing existing Ghidra extensions
A Ghidra extension is a Java code which extends Ghidra in some way and is distributed as an installable package. Ghidra extensions have access to the internals of Ghidra, allowing them to freely extend it.
Some ready-to-use extensions are available in the appropriate ghidra_9.1.2\ Extensions\Ghidra
folder of your installation of Ghidra:
ghidra_9.1.2_PUBLIC_20200212_GnuDisassembler.zip
ghidra_9.1.2_PUBLIC_20200212_sample.zip
ghidra_9.1.2_PUBLIC_20200212_SampleTablePlugin.zip
ghidra_9.1.2_PUBLIC_20200212_SleighDevTools.zip
Let's take a look at the steps to install these already-available extensions. Please, open the Chapter04
Ghidra project, hello world.gpr
, and follow these steps:
- These extensions can be easily installed from Ghidra by clicking on File | Install Extensions…:
Adding Ghidra extensions
If you want...