(gdb) x/x $sp+0x10 show
(gdb) x/x $sp+0x10
sp 0xabcd 1234
Than mean sp+0x10 value is 0xabcd and it\'s a pointer to 1234
How can I change this pointer