mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-3523: The GhidraDev Eclipse plugin now deletes the intermediate build
directory following a Ghidra Module Extension export action. This fixes a Ghidra runtime/debugging issue. (Closes #5327)
This commit is contained in:
parent
457517669a
commit
86d4aafab0
5 changed files with 62 additions and 31 deletions
|
@ -19,7 +19,7 @@
|
|||
<h1>GhidraDev README</h1>
|
||||
<p>GhidraDev provides support for developing and debugging Ghidra scripts and modules in Eclipse.
|
||||
</p>
|
||||
<p>The information provided in this document is effective as of GhidraDev 3.0.0 and is subject to
|
||||
<p>The information provided in this document is effective as of GhidraDev 3.0.1 and is subject to
|
||||
change with future releases.</p>
|
||||
|
||||
<ul>
|
||||
|
@ -53,6 +53,9 @@ change with future releases.</p>
|
|||
</ul>
|
||||
|
||||
<h2><a name="ChangeHistory"></a>Change History</h2>
|
||||
<p><u><b>3.0.1</b>:</u> Exporting a Ghidra Module Extension produces an intermediate <i>build</i>
|
||||
directory within the project. This <i>build</i> directory now gets automatically cleaned up to avoid
|
||||
Ghidra runtime/debugging issues.</p>
|
||||
<p><u><b>3.0.0</b>:</u>
|
||||
<ul>
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue