gdbghidra
gdbghidra copied to clipboard
GhidtraBridgeCommand.__init__ connects the bridge instead of invoke
For some reason, the GhidraBridgeCommand
__init__
method creates the bridge and sends the first message instead of invoke
meaning that the host and port are always the defaults, and that it always attempts to connect the bridge when the script is sourced instead of when the command is run.