Relative Content

Tag Archive for pythonmemoryexploit

Memory location includes x0a and python interprets as x00

I am trying to do a challenge, and the memory address of the function I am trying to locate is in 0x400abd and when I use "xbdx0ax40" in python for a buffer overflow the 0x0a gets interpreted as 0x00 which makes the address 0x4000bd.