mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
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:
parent
0bd8870da3
commit
396dd6e1de
7 changed files with 49 additions and 43 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue