Exploiting¶
Exploit development notes, primarily memory-corruption bugs: buffer overflows on Windows and Linux.
Contents¶
-
ltrace is a program that simply runs the specified command until it exits. It intercepts and records the dynamic library calls which are executed.
-
For that task we are going to use a Windows 7 x64 with Immunity Debugger and mona.py installed.
-
No description available.