JonathanSalwan/ROPgadget

Redirection (for example with cyclic)

arty-hlr opened this issue · 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