Eclipse: how to view source #8149
-
I am unable to view Ghidra sources for many classes, for example when clicking on Are there ways to make this source information available when developing plugins for public Ghidra releases? |
Beta Was this translation helpful? Give feedback.
Answered by
ryanmkurtz
May 14, 2025
Replies: 1 comment 1 reply
-
The GhidraDev Eclipse plugin should be setting all of that up for you. The |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sad-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The GhidraDev Eclipse plugin should be setting all of that up for you. The
lib/
directory of each module should contain a jar file and a zip file of the corresponding source. Did you set up your Eclipse project with the GhidraDev plugin?