Skip to content
Branch: master
Find file History
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
Makefile
README.md
heap.c
stack.c

README.md

Demo time!

This directory contains a couple of simple demos for RetroWrite.

Heap

This is a simple test with both a use after free and an out of bounds memory access. Run the test with make heaptest. Check out the source and the Makefile for more information on how to run the individual commands.

Stack

This is a simple test with a stack based use after free and out of bounds memory access.

This is currently broken, working on it :)

You can’t perform that action at this time.