Skip to content

Exploiting

Exploit development notes, primarily memory-corruption bugs: buffer overflows on Windows and Linux.

Contents

  • Linux BoF


    ltrace is a program that simply runs the specified command until it exits. It intercepts and records the dynamic library calls which are executed.

  • Windows BoF


    For that task we are going to use a Windows 7 x64 with Immunity Debugger and mona.py installed.

  • Buffer Overflow


    No description available.