Demo

Here are the stuff that I made.

Lattice Demonstration

This is an example of a 2D lattice. Drag the basis vectors v1 and v2 to see the effects. I have also implemented the Babai’s (naive) algorithm for solving th...

LLL Demonstration

WORK IN PROGRESS This is a demo of the LLL algorithm. You can check the debug box to step through the algorithm to see exactly how LLL works.

Client-side Demo: SQL Injection

A simple demo of SQL injection. The SQL ‘backend’ is entirely client-side, courtesy of the wasm port of SQLite3. The syntax highlighting should help visualiz...

Client-side Demo: Buffer Overflow

A simple-ish demo of a buffer overflow with ret2code, made possible by the wasm port of the Unicorn engine, which is a multi-platform, multi-architecture CPU...

Client-side Demo: ROP

A simple-ish demo of a ROP (Return-Oriented Programming), made possible by the wasm port of the Unicorn engine, which is a multi-platform, multi-architecture...