You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Unpack the Ghidra build and link GhidraDev to it. Maybe have to set `GHIDRA_INSTALL_DIR` environment variable
148
152
1. Run Ghidra from eclipse and install BinExport extension
149
153
1. Create BinDiffHelper eclipse project with `gradle build eclipse`
150
-
1. Import it into eclipse and use GhidraDev to link it to the Ghidra build
154
+
1. Import it into eclipse and use GhidraDev to link it to the Ghidra build.
151
155
1. Debug As->Ghidra
152
156
157
+
There might be some classpath clashes between the classpath generated by `gradle build eclipse` and the classpath modifications done by GhidraDev. It can help do remove all .jars from the core Ghidra Installation from the Extension project and let GhidraDev re-add them. If eclipse debugging fails afterwards, closing and reopening the extension project in eclipse can help.
153
158
When debugging Ghidra with the extension out of eclipse, the extension is loaded into Ghidra automatically (don't go through the usual extension install). However, the plugin has to be enabled in the Code Explorer.
0 commit comments