How can I add a processor/language to the full Ghidra codebase in Eclipse (not in a GhidraDev extension)? #7185
Answered
by
ryanmkurtz
hippietrail
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
ryanmkurtz
Nov 12, 2024
Replies: 1 comment 10 replies
-
After you copy it, you need to do a |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
hippietrail
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After you copy it, you need to do a
gradle eclipse
and thenFile -> Import -> Existing Projects into Workspace
. We rely on Gradle to generate the Eclipse projects.