mulpdev@home:~$

  • Exploiting Buffer Overflow

    For this topic I went with https://blog.techorganic.com/2015/04/10/64-bit-linux-stack-smashing-tutorial-part-1/ BUT I decided to try and do it via execve Disassembly I made an effort to ignore the source code and use disassembly to identify the buffer overflow. I set the assembly flavor to be Intel for easier reading. devel@kub:~/challenges/classic$ objdump -M intel...