GP-5836: Fixed GhidraDev bug that prevented Ghidra from discovering the

Ghidra module project when launched with the PyGhidra run config
This commit is contained in:
Ryan Kurtz 2025-07-17 08:41:17 -04:00
parent 0bd8870da3
commit 396dd6e1de
7 changed files with 49 additions and 43 deletions

View file

@ -1,7 +1,7 @@
# GhidraDev Eclipse Plugin
GhidraDev provides support for developing and debugging Ghidra scripts and modules in Eclipse.
The information provided in this document is effective as of GhidraDev 5.0.0 and is subject to
The information provided in this document is effective as of GhidraDev 5.0.1 and is subject to
change with future releases.
## Table of Contents
@ -31,6 +31,10 @@ change with future releases.
12. [Building](#building)
## Change History
__5.0.1:__
* Fixed a bug that prevented Ghidra from discovering the Ghidra module project when launched with
the PyGhidra run configuration.
__5.0.0:__
* Added support for PyGhidra.