- First, install Eclipse for Java Developers.
- Once installed, open Eclipse and click on
Help
>Install New Software...
. A window will pop up. - Click on
Add...
>Archive...
. It will open a file selection dialog. In this dialog, please selectGhidraDev.zip
file from<Your Ghidra install dir>/Extensions/Eclipse/GhidraDev/
. - Check Ghidra category (or GhidraDev entry).
- Repeatedly click
Next
. - Accept the terms of the license agreement.
- Check the
Unsigned
table entry and clickTrust Selected
. - Restart Eclipse...
After all of that, if you still want to develop and/or contribute to the project, first clone this repository:
git clone [email protected]:antoniovazquezblanco/GhidraDeviceTreeBlob.git
In Eclipse:
- Click on
File
>Import...
. - In the dialog click on
Ghidra
>Ghidra Module Source
>Next
. - Select the recently
GhidraDeviceTreeBlob
and click onFinish
.
You are now ready to develop!