Replies: 1 comment 1 reply
-
Seems like this should be working. Have you had a chance to debug this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way I can force Ghidra to believe a plugin has been installed when in headless mode? I'm currently in a situation where I have a plugin which is both providing an
ExtensionPoint
and it's implementations. Unfortuantely it seems that if the plugin is not installed through the ui then theExtensionPoint
implementations are never returned by theClassSearcher
even though they clearly must be in the classpath.Beta Was this translation helpful? Give feedback.
All reactions