Skip to content

Instantly share code, notes, and snippets.

@matteyeux
Created April 5, 2021 20:54
Show Gist options
  • Save matteyeux/394f3f87d8b1985045c283df0ba5aa6b to your computer and use it in GitHub Desktop.
Save matteyeux/394f3f87d8b1985045c283df0ba5aa6b to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/home/mathieu/.binaryninja/repositories/official/plugins/Vector35_debugger/dockwidgets/ControlsWidget.py", line 304, in perform_attach_thread
self.debug_state.attach()
File "/home/mathieu/.binaryninja/repositories/official/plugins/Vector35_debugger/binjaplug.py", line 705, in attach
raise e
File "/home/mathieu/.binaryninja/repositories/official/plugins/Vector35_debugger/binjaplug.py", line 700, in attach
self.adapter.connect(self.remote_host, self.remote_port)
File "/home/mathieu/.binaryninja/repositories/official/plugins/Vector35_debugger/QueuedAdapter.py", line 118, in connect
return self.submit(lambda: self.adapter.connect(server, port))
File "/home/mathieu/.binaryninja/repositories/official/plugins/Vector35_debugger/QueuedAdapter.py", line 84, in submit
raise result
File "/home/mathieu/.binaryninja/repositories/official/plugins/Vector35_debugger/QueuedAdapter.py", line 48, in worker
self.results[index] = (True, job())
File "/home/mathieu/.binaryninja/repositories/official/plugins/Vector35_debugger/QueuedAdapter.py", line 118, in <lambda>
return self.submit(lambda: self.adapter.connect(server, port))
File "/home/mathieu/.binaryninja/repositories/official/plugins/Vector35_debugger/gdb.py", line 76, in connect
rspConn.tx_rx('Hg0')
File "/home/mathieu/.binaryninja/repositories/official/plugins/Vector35_debugger/rsp.py", line 104, in tx_rx
reply = self.recv_packet_data()
File "/home/mathieu/.binaryninja/repositories/official/plugins/Vector35_debugger/rsp.py", line 79, in recv_packet_data
raise RspExpectedStartOfPacket('got instead: %s' % str(pkt))
Vector35_debugger.rsp.RspExpectedStartOfPacket: got instead: b'+'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment