Open sprout42 opened 1 year ago
it appears that the byte range requested is supposed to be inclusive but the vivisect GDB server is interpreting it as exclusive
2024-02-05 17:06:03,203:MIRE:vtrace.platforms.gdbstub: DATA: b'qXfer:features:read:target.xml:0,ffb' CSUM: 0x79 (calculated: 0x79)[gdbstub.py:_recvServer:1982]
...
2024-02-05 17:06:03,205:MIRE:vtrace.platforms.gdbstub: DATA: b'qXfer:features:read:target.xml:ffa,ffb' CSUM: 0x76 (calculated: 0x76)[gdbstub.py:_recvServer:1982]
It appears something in the length encoding when transferring the
target.xml
file is being miscalculated and generates aencoded response length 4092 > 4091, truncating
warning: