How can I test my Ghidra code modifications and my Ghidra FileSystem extension together? #7050
-
I've used GhidraDev to make a I got the basics of it working in my Ghidra fork so the next step is to hook the two up. But try as I might I can't figure out how to bring my I've tried:
I'm out of ideas. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 21 replies
-
There's an important concept that i'd like to clarify before we continue...it might solve some problems out of the gate. When you develop in Ghidra, you have 2 choices, and they don't work together:
Which one of these development paths have you taken? |
Beta Was this translation helpful? Give feedback.
Can you try this:
gradle cleanEclipse eclipse
File -> Import -> General -> Existing Projects into Workspace