mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
GP-0: New section in GhidraDev README about installing plugin from
online update site
This commit is contained in:
parent
ecb9bc2893
commit
6badb12f9b
@ -137,25 +137,43 @@ __1.0.1:__
|
|||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
GhidraDev can be installed either manually into Eclipse or automatically by Ghidra, depending on
|
GhidraDev can be installed either manually into Eclipse or automatically by Ghidra, depending on
|
||||||
your uses cases. The following two sections outline both procedures.
|
your uses cases. The following sections outline the different procedures.
|
||||||
|
|
||||||
### Manual Installation in Eclipse
|
### Manual Installation in Eclipse (offline)
|
||||||
GhidraDev can be installed into an existing installation of Eclipse the same way most Eclipse
|
GhidraDev can be installed into an existing installation of Eclipse the same way most Eclipse
|
||||||
plugins are installed. From Eclipse:
|
plugins are installed. From Eclipse:
|
||||||
1. Click `Help -> Install New Software...`
|
1. Click `Help -> Install New Software...`
|
||||||
2. Click `Add...`
|
2. Click `Add...`
|
||||||
3. Click `Archive...`
|
3. Click `Archive...`
|
||||||
4. Select GhidraDev zip file from `<GhidraInstallDir>/Extensions/Eclipse/GhidraDev/`
|
4. Select GhidraDev zip file from `<GhidraInstallDir>/Extensions/Eclipse/GhidraDev/`
|
||||||
5. Click `OK` (name field can be blank)
|
5. Click `OK` (name field can be blank)
|
||||||
6. Check `Ghidra` category (or `GhidraDev` entry)
|
6. Check `Ghidra` category (or `GhidraDev` entry)
|
||||||
7. Click `Next`
|
7. Click `Next`
|
||||||
8. Click `Next`
|
8. Click `Next`
|
||||||
9. Accept the terms of the license agreement
|
9. Accept the terms of the license agreement
|
||||||
10. Click `Finish`
|
10. Click `Finish`
|
||||||
11. Check `Unsigned` table entry
|
11. Check `Unsigned` table entry
|
||||||
12. Click `Trust Selected`
|
12. Click `Trust Selected`
|
||||||
13. Click `Restart Now`
|
13. Click `Restart Now`
|
||||||
|
|
||||||
|
### Manual Installation in Eclipse (online)
|
||||||
|
If you have an Internet connection, the latest GhidraDev can be installed by adding the official
|
||||||
|
[update site](https://github.com/NationalSecurityAgency/ghidra-data/raw/main/Eclipse/GhidraDev/latest)
|
||||||
|
to an existing installation of Eclipse. This has the benefit of early access to new GhidraDev
|
||||||
|
versions before the next version of Ghidra is released, and automatic updates (if you have updates
|
||||||
|
enabled in Eclipse). From Eclipse:
|
||||||
|
1. Click `Help -> Install New Software...`
|
||||||
|
2. Work with: `https://github.com/NationalSecurityAgency/ghidra-data/raw/main/Eclipse/GhidraDev/latest`
|
||||||
|
3. Press `Enter`
|
||||||
|
4. Check `Ghidra` category (or `GhidraDev` entry)
|
||||||
|
5. Click `Next`
|
||||||
|
6. Click `Next`
|
||||||
|
7. Accept the terms of the license agreement
|
||||||
|
8. Click `Finish`
|
||||||
|
9. Check `Unsigned` table entry
|
||||||
|
10. Click `Trust Selected`
|
||||||
|
11. Click `Restart Now`
|
||||||
|
|
||||||
### Automatic Installation through Ghidra
|
### Automatic Installation through Ghidra
|
||||||
Ghidra has the ability to launch an externally linked Eclipse when certain actions are performed,
|
Ghidra has the ability to launch an externally linked Eclipse when certain actions are performed,
|
||||||
such as choosing to edit a Ghidra script by clicking the Eclipse icon in the Ghidra Script Manager.
|
such as choosing to edit a Ghidra script by clicking the Eclipse icon in the Ghidra Script Manager.
|
||||||
|
Loading…
Reference in New Issue
Block a user