GP-873: Fixed a bug that prevented GhidraDev projects from recognizing

extensions
installed in the user's home Extension directory
This commit is contained in:
Ryan Kurtz 2021-04-22 08:55:08 -04:00
parent 1e39c2ac82
commit a503ded1fc
5 changed files with 261 additions and 11 deletions

View file

@ -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 2.1.1 and is subject to
<p>The information provided in this document is effective as of GhidraDev 2.1.3 and is subject to
change with future releases.</p>
<ul>
@ -53,6 +53,8 @@ change with future releases.</p>
</ul>
<h2><a name="ChangeHistory"></a>Change History</h2>
<p><u><b>2.1.3</b>:</u> Fixed a bug that prevented Ghidra projects from recognizing extensions
installed in the user's <i>~/.ghidra/.ghidra_&lt;version&gt;/Extensions</i> directory.</p>
<p><u><b>2.1.2</b>:</u> Fixed exception that occurred when creating a new Ghidra scripting project
if a <i>~/ghidra_scripts</i> directory does not exist.</p>
<p><u><b>2.1.1</b>:</u>