mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
rename variables, move bundlehost instance, clean dead fileinstaller code
This commit is contained in:
parent
2e05da019f
commit
ad897f263c
10 changed files with 80 additions and 122 deletions
|
@ -116,11 +116,11 @@ public class GhidraScriptMgrPluginScreenShots extends GhidraScreenShotGenerator
|
|||
paths.add(new BundlePath("$GHIDRA_HOME/Features/Base/ghidra_scripts"));
|
||||
paths.add(new BundlePath("/User/defined/invalid/directory"));
|
||||
|
||||
BundleStatusProvider bundleStatus = showProvider(BundleStatusProvider.class);
|
||||
bundleStatus.setPaths(paths);
|
||||
BundleStatusProvider bundleStatusProvider = showProvider(BundleStatusProvider.class);
|
||||
bundleStatusProvider.setPaths(paths);
|
||||
|
||||
waitForComponentProvider(BundleStatusProvider.class);
|
||||
captureComponent(bundleStatus.getComponent());
|
||||
captureComponent(bundleStatusProvider.getComponent());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue