cutter
cutter copied to clipboard
Dump some bytes to file
When I debug a program, I can not find a way to dump some bytes to file.
Some friends try to help me to solve the problem, and one of them told me maybe should have a command like 'wtf'(write to file) to do the thing.
I have created an issue in Rizin: https://github.com/rizinorg/rizin/issues/2744
Maybe Cutter can add similar function in the graphical interface.
Thanks all you guys very much!
CutterBridge in Telegram Cutter said that we can use pr and dd to save bytes to file like this:
pr 32 @ 0x00006c10 | dd of=/tmp/bytes_here
It works!