cutter icon indicating copy to clipboard operation
cutter copied to clipboard

Dump some bytes to file

Open qux-bbb opened this issue 2 years ago • 1 comments

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!

qux-bbb avatar Jun 28 '22 01:06 qux-bbb

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!

qux-bbb avatar Dec 27 '23 14:12 qux-bbb