Arusekk
Arusekk
Wow! Friend, this is huge! And surely awesome, so if I find some time to review this, we will be very very glad to merge it.
I hate to be pessimistic, but I believe this would better belong to projects like pwndbg. As for the realistic stuff, there are several merge conflicts standing in the way.
There already is such a possibility, you just do rop.raw(0xdeadbeef) and it breaks with on a segfault reading code from 0xdeadbeef, so this is no killer feature. Why don't you...
What is the full python traceback? The error message itself does not say anything helpful at all. What binary are you trying to open?
Could you try adding something like print(repr(line)) in pwntools code before this line.split()? I wonder what is the cause of this line not having any `-` sign.
What is the purpose of these changes? When is it useful and how does it work?
Thank you for replying, however I still do not know what the new argument does and why is it useful. Could you provide an example exploit produced by such a...
The quick&dirty way: just find wherever your pwntools is located, replace the relevant file(s), and run `pwn template --whatever --args --you --added`. The less messy way: `cd` into your cloned...
The `ci.yml` part got fixed in #1641, but the `changelog.yml` changes are totally cool.
This also looks inferior to #1594, or I am missing something