c - Invalid /bin/bash address while implementing return-to-libc -


I'm trying to apply return-to-library explanation according to the tutorial. Everything seems to work properly, but I can not get the correct address of $ BINSH It seems that the variable is stored on 0xffffecbb, but GDB says it can not access the address. Where can the mistake be? The system's address () is 0x7ffff7a5a530 and exit () 0x7ffff7a50180 and both are accessible by gdb.


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -