peda icon indicating copy to clipboard operation
peda copied to clipboard

Add fmtstringpayload command

Open thetlk opened this issue 12 years ago • 0 comments

I've written a new command able to create the payload for format string bug exploitation. It take at least 3 parameters : what write, where write and the number of formater (BBBB%4$x - 4 is the number of formater). It can also take the number of chars already printed.

Example, to write 0x1337babe at 0x08048425, you have to do : gdb-peda$ fmtstringpayload 0x1337babe 0x08048425 7

thetlk avatar Aug 18 '13 09:08 thetlk