Skip to content
Commit c5c8f373 authored by Dobin Rutishauser's avatar Dobin Rutishauser
Browse files

can specify roparg_filler to set the value which is used for inactive registers in rop gadgets

If we dont want zeros in the ropchain:
rop.set_roparg_filler(0xdeadbeef)

chain += p32(0x8075932)	# mov eax, ebx; pop ebx; mov edx, esi; pop esi; pop ebp; ret
chain += p32(0x68732f6e)
chain += p32(0x112232fc)
chain += p32(0xdeadbeef)
parent 0388df67
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment