ROPgadget icon indicating copy to clipboard operation
ROPgadget copied to clipboard

Redirection (for example with cyclic)

Open arty-hlr opened this issue 6 years ago • 0 comments

Hi,

I used pattern_create with peda a lot, and I could redirect its output to a file for example, and run the program with that file as input, however, I can't find the same functionality in pwndbg. cyclic from pwntools is great, but is there a way to redirect or pipe its output? For now copy/paste works, but I was wondering if there was another way, maybe a way to do cyclic 200 | run, or cyclic 200 > file.txt?

Best,

Florian

arty-hlr avatar Aug 27 '19 15:08 arty-hlr