moloch-- / Exploit-Demos

How to write basic memory corruption exploits on Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exploit-Demos

Demos and example code on how to write basic memory corruption exploits on Windows. The two examples here are a basic stack based overflow, and a Std Exception chain exploit.

Building Examples

Stack Based Overflow

This example is a simple note taking server which can be exploited to execute arbitrary code

Standard Exception Chain Exploit

This is a (working) text based adventure game which can be exploited to execute arbitrary code

About

How to write basic memory corruption exploits on Windows


Languages

Language:C++ 84.9%Language:Python 12.1%Language:Makefile 3.0%