Gallopsled / pwntools

CTF framework and exploit development library
http://pwntools.com
Other
11.69k stars 1.67k forks source link

can't find write-what-where gadgets #2399

Open escapemarius2 opened 2 months ago

escapemarius2 commented 2 months ago

can't find write-what-where gadgets inside pwntools. rop.find_gadget(['mov qword ptr [rdi], rax ; ret'])

peace-maker commented 2 months ago

The rop class only stores gadgets where it knows how to use them for generating function calls. Those aren't implemented yet, but feel free to add them!

peace-maker commented 2 months ago

Related #2046