The Heap Sandbox is a test application that provides a simple command line interface to allocate, write to, and free heap chunks. This is useful for experimenting with the Windows heap, and let's you try out some simple exploitation methods in a controlled environment.
The heap sandbox currently only supports Windows, as it relies on Windows-specific API calls to perform heap creation and management.