Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniovazquezblanco committed Sep 30, 2024
1 parent 831e1c2 commit 606b513
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ If you have SVD files for your device, I recommend you try [GhidraSVD](https://

## Installing

Go to the [releases page](https://github.com/antoniovazquezblanco/GhidraDeviceTreeBlob/releases) and download the latest version for your Ghidra distribution.
This extension is available for installation via the [Ghidra Extension Manager](https://github.com/antoniovazquezblanco/GhidraExtensionManager).

In Ghidra main window go to `File` > `Install extensions...`. In the new window press the `+` icon to import the downloaded zip.
You may also install this extension by going to the [releases page](https://github.com/antoniovazquezblanco/GhidraDeviceTreeBlob/releases) and downloading the latest version for your Ghidra distribution. In order to install from the release, in Ghidra main window go to `File` > `Install extensions...`. In the new window press the `+` icon to import the downloaded zip.


## Usage
Expand Down Expand Up @@ -43,10 +43,9 @@ git clone git@github.com:antoniovazquezblanco/GhidraDeviceTreeBlob.git

In Eclipse:
1. Click on `File` > `Import...`.
2. In the dialog click on `General` > `Projects from Folder or Archive` > `Next`.
3. Click on `Directory...` and select the `GhidraDeviceTreeBlob` folder you have just cloned.
4. Click on `Finish`.
5. Right click on the just imported project `GhidraDev` > `Link Ghidra...`.
6. Select your desired Ghidra installation and click on `Finish`.
2. In the dialog click on `Ghidra` > `Ghidra Module Source`.
3. Select the `GhidraDeviceTreeBlob` folder you have just cloned.
4. Select a valid Ghidra installation to develop against.
5. Click on `Finish`.

You are now ready to develop!

0 comments on commit 606b513

Please sign in to comment.