idb
idb copied to clipboard
dtxmsg.bin not found
Here I see that you have loaded a dtxmsg.bin file, but I haven't found it in the project. How can I generate this file?
it's the bytes sent on the wire, captured by mitm'ing the usbmuxd socket, and cropped into exactly one message for test purpose. see https://www.theiphonewiki.com/wiki/Usbmux for how it was done.
it's the bytes sent on the wire, captured by mitm'ing the usbmuxd socket, and cropped into exactly one message for test purpose. see https://www.theiphonewiki.com/wiki/Usbmux for how it was done.
Do you mean that I have to find a way to build a binary file to run this program?
This file is used as a lib and not meant to run by itself. Anyway, you can add the following code
def from_bytes(self, buffer: bytes):
with open('dtxmsg.bin', 'wb') as fp:
fp.write(buffer)
...
at https://github.com/dkw72n/idb/blob/45ce3a9663434aa87587576c6ca202ceb8679fe2/dtxlib.py#L92 and then run python app.py instrument sysmontap
to generate a valid input file.
I'm sorry, I don't quite understand you.
Can I ignore it and run it? If I can, how can I modify the code?
Because I don't understand python, some complex operations are difficult.
两位国人为哈用英文交流?
两位国人为哈用英文交流?
说的我无言以对~哈哈哈