mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 06:02:09 +00:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
c3b7fc40ef
@ -661,7 +661,9 @@ public class ProgramManagerPlugin extends Plugin implements ProgramManager, Opti
|
||||
}
|
||||
|
||||
private void openProgramLocations(List<ProgramLocator> locators) {
|
||||
|
||||
if (locators.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
Set<ProgramLocator> toOpen = new LinkedHashSet<>(locators); // preserve order
|
||||
|
||||
// ensure already opened programs are visible in the tool
|
||||
|
@ -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.1 and is subject to
|
||||
<p>The information provided in this document is effective as of GhidraDev 3.0.2 and is subject to
|
||||
change with future releases.</p>
|
||||
|
||||
<ul>
|
||||
@ -160,7 +160,7 @@ that specify other projects on their build paths.</p>
|
||||
|
||||
<h2><a name="MinimumRequirements"></a>Minimum Requirements</h2>
|
||||
<ul>
|
||||
<li>Eclipse 2020-09 4.17 or later</li>
|
||||
<li>Eclipse 2021-12 4.22 or later</li>
|
||||
<li>Ghidra 9.1 or later</li>
|
||||
</ul>
|
||||
<p>(<a href="#top">Back to Top</a>)</p>
|
||||
|
Loading…
Reference in New Issue
Block a user