How to run ghidra source code in eclipse #5302
Replies: 1 comment
-
changed the eclipse to latest version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to know how to run the ghidra source code through eclipse
i have installed java 17, gradle 7.5, eclipse, cloned the source code.
then i executed these commands as specified in the
gradle -I gradle/support/fetchDependencies.gradle init
gradle buildGhidra
gradle prepdev eclipse buildNatives
These commands all executed successfully.
then loaded the project into eclipse
can anyone guide me in this? I am a complete beginner to this project and so curious to learn new things
Beta Was this translation helpful? Give feedback.
All reactions