From 606b513290a20f6aa9ced9c41cebf83b7b4fe1e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20V=C3=A1zquez=20Blanco?= Date: Mon, 30 Sep 2024 23:51:40 +0200 Subject: [PATCH] Update readme --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fc8a773..01448ff 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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!