Skip to content

Latest commit

 

History

History

user_demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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 :)