gdbghidra icon indicating copy to clipboard operation
gdbghidra copied to clipboard

GhidtraBridgeCommand.__init__ connects the bridge instead of invoke

Open DRayX opened this issue 4 years ago • 0 comments

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.

DRayX avatar Mar 25 '20 10:03 DRayX