Closed ubfx closed 3 years ago
This area just changed recently. We will investigate.
Can you describe your use case? It sounds like you are in development mode, and would like to install a 3rd party extension that is in a "release" format (jars in its lib directory, no bin directory, etc). Is this correct?
Closing due to inactivity. We can reopen if you still have a desire for this.
Describe the bug If in development mode (SystemUtilities.isInDevelopmentMode()) aka launched from eclipse, Ghidra will only load plugins from the Extensions/[extname]/bin/main/[...]/*.class files. Plugins in .jar-Format aren't loaded correctly (They are shown in the Extension explorer, but not loaded).
To Reproduce Steps to reproduce the behavior:
Expected behavior Plugins in .jar-Format should also be loaded in development mode.
Suggested fix Change this:
GhidraLauncher.java:59
to:
I'll do a pull request