Replies: 1 comment 2 replies
-
Ghidra does not support this. You would have to write a Ghidra extension and implement your own external communication system...definitely not light-weight. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a recommended method for communicating with Ghidra from an external application?
Specifically I'm looking for something fairly light-weight that will allow me to update the current view in a particular CodeBrowser instance to match the address selected in an external application.
Beta Was this translation helpful? Give feedback.
All reactions