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...
Here are the stuff that I made.
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...
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.
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...
WORK IN PROGRESS: TLS handshake dissector
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...
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...