You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 docyclic 200 | run
, orcyclic 200 > file.txt
?Best,
Florian
The text was updated successfully, but these errors were encountered: