introduce GhidraBundle, cleanup packages, rename path->status

This commit is contained in:
Jason P. Leasure 2020-04-02 17:19:49 -04:00
parent 7873bb32fa
commit 431d7ac752
22 changed files with 466 additions and 441 deletions

View file

@ -138,7 +138,7 @@ public class GhidraPythonInterpreter extends InteractiveInterpreter {
systemState.path.append(Py.newString(resourceFile.getFile(false).getAbsolutePath()));
}
for (ResourceFile resourceFile : GhidraScriptUtil.getExplodedBundlePaths()) {
for (ResourceFile resourceFile : GhidraScriptUtil.getExplodedCompiledSourceBundlePaths()) {
systemState.path.append(Py.newString(resourceFile.getFile(false).getAbsolutePath()));
}