mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-07-30 07:18:37 -09:00
Added "Environments" tab to Ghidra run configuration in GhidraDev.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -62,6 +62,10 @@ change with future releases.</p>
|
||||
<li>
|
||||
Prevented Ghidra projects from being created inside of a Ghidra installation directory.
|
||||
</li>
|
||||
<li>
|
||||
Added an <i>Environments</i> tab to the Ghidra run configuration for setting environment
|
||||
variables when launching Ghidra.
|
||||
</li>
|
||||
</ul>
|
||||
<p><u><b>2.0.1</b>:</u> Fixed exception that occurred when performing certain actions on a Ghidra
|
||||
project that was imported from a previously exported Archive File.</p>
|
||||
|
||||
@@ -48,6 +48,7 @@ public class GhidraLaunchTabGroup extends AbstractLaunchConfigurationTabGroup {
|
||||
tabs.add(getJavaMainTab());
|
||||
tabs.add(getUserDefinedArgumentsTab());
|
||||
tabs.add(new JavaClasspathTab());
|
||||
tabs.add(new EnvironmentTab());
|
||||
tabs.add(getCommonTab());
|
||||
|
||||
// Set the tabs
|
||||
|
||||
Reference in New Issue
Block a user