-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java error running ghidra export #144
Comments
Did you build the extension yourself or did you use the release binary? How did you launch Ghidra? Is this using it headless from the command-line? |
Built myself (latest commit is newer than release binary), ghidra ran with UI. |
This is odd, it looks like the Gradle build did not add the Protobuf dependency correctly. |
I'll try to debug this issue a bit, as this might be caused by nix-related build stuff. I can see following classes in the
|
I use Ghidra in headless mode, so I built extension and unzipped it in Ghidra/Extensions folder.
I tried to add extension in GUI mode and then use it in headless, it works. It may be related with this issue ? |
Do you manipulate these settings in launch.properties?
|
Running latest commit, JDK 21, ghidra 11.2.1.
The text was updated successfully, but these errors were encountered: