I am new here this is my first post
I know how to set a register in gdb but I want to set a register (or the address pointed by this register minus 0xC... the instruction where I see this is:
cmpl $0xcc07c9,-0xc(%ebp)
so, is %ebp the address pointed by ebp?
but
set $(%ebp-0xc) =... does not works
How can I do it?
Thank you in advance!
and yes, new here posting but not reading/consulting you