ionut97 Posted August 26, 2012 Report Posted August 26, 2012 Exploits 2: Exploitation in theWindows EnvironmentLab Requirements: Windows XP SP3 Virtual Machine with the following installed:Windows Platform SDK 7.0 or 7.1 (optional debugging tools need to beinstalled)Microsoft Visual C++ express 2008HXD hex editorAuthor Comments: This course covers the exploitation of stack corruption vulnerabilities in the Windows environment. Stack overflows are programming flaws that often times allow an attacker to execute arbitrary code in the context of a vulnerable program. There are many nuances involved with exploiting these vulnerabilities in Windows. Window's exploit mitigations makes leveraging these programming bugs more difficult, but not impossible. The course highlights the features and weaknesses of many the exploit mitigation techniques deployed in Windows operating systems. Also covered are labs that describe the process of finding bugs in Windows applications with mutation based fuzzing, and then developing exploits that target those bugs. 1 Quote