From 3b9bec2ce274c7b688bfaebd04c47ce0b4f70dbc Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Fri, 4 Aug 2023 19:00:32 -0400 Subject: [PATCH] GP-0: Updating README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de0cfaec0c..bfe9479d80 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,10 @@ For issues building, please check the [Known Issues][known-issues] section for p ### User Scripts and Extensions Ghidra installations support users writing custom scripts and extensions via the *GhidraDev* plugin for Eclipse. The plugin and its corresponding instructions can be found within a Ghidra release at -`Extensions/Eclipse/GhidraDev/`. +`Extensions/Eclipse/GhidraDev/` or at [this link][ghidradev]. + +**NOTE:** The *GhidraDev* plugin for Eclipse only supports developing against fully built +Ghidra installations which can be downloaded from the [Releases][releases] page. ### Advanced Development To develop the Ghidra tool itself, it is highly recommended to use Eclipse, which the Ghidra @@ -127,3 +130,4 @@ source project. [eclipse]: https://www.eclipse.org/downloads/packages/ [master]: https://github.com/NationalSecurityAgency/ghidra/archive/refs/heads/master.zip [security]: https://github.com/NationalSecurityAgency/ghidra/security/advisories +[ghidradev]: https://htmlpreview.github.io/?https://github.com/NationalSecurityAgency/ghidra/blob/master/GhidraBuild/EclipsePlugins/GhidraDev/GhidraDevPlugin/GhidraDev_README.html