Plotting Cayley Graphs

πŸ“… 10 Jul 2023 🏷️ Tags: #threejs #finite-groups #cayley-graph

A site that contains 3D Cayley Graph plots for over 6000 finite groups.

Python Tier 2 Interpreter Experiment (PyLBBV + Copy and patch JIT)

πŸ“… 01 Apr 2023 🏷️ Tags: #cpython #programming-language #just-in-time-compilation #type-propagation #lazy-basic-block-versioning

Experimenting with type propagation, Lazy Basic Block Versioning and finally a JIT in CPython

Artfuscator

πŸ“… 17 Oct 2022 🏷️ Tags: #compiler #security #obfuscation #cursed

A cursed C compiler targeting an artistically pleasing nightmare for reverse engineers which became unexpectedly popular on github and listed as an 'offensive' tool to 'defend against'. Written while feverbrained from covid in 2 days

SKIio

πŸ“… 23 Mar 2022 🏷️ Tags: #esolang #functional #turing-tarpit #compiler #interpreter

An esolang that extends SKI combinators with I/O. Interpreter and Compiler from lambda expressions implemented

Ascii Artist

πŸ“… 14 Feb 2022 🏷️ Tags: #ascii-art #machine-learning #python

An ascii art generator that's actually good. Does edge detection and selects the most appropriate characters.

Este

πŸ“… 21 Oct 2021 🏷️ Tags: #visualization #windows #x86 #reverse-engineering #instrumentation #pintool

Visualizing the dynamic runtime control flow via instrumentation.

Bad Apple on IDA

πŸ“… 07 Apr 2021 🏷️ Tags: #bad-apple #ida #cursed

Writing a self modifying program to play Bad Apple with it's control flow graph.

Floof

πŸ“… 25 Mar 2021 🏷️ Tags: #esolang #interpreter

A minimal programming language comprised entirely of one object type: T ::= T -> T

MT19937 Symbolic Execution and Solver

πŸ“… 10 Jul 2020 🏷️ Tags: #python #cryptography #mt19937 #ctf-tools

Python implementation of a symbolic execution of MT19937 and a solver for GF(2) matrices

3D Renderer on TinyDuino

πŸ“… 17 Feb 2020 🏷️ Tags: #tinyduino #cursed

Render any small STL file on TinyCircuits' TinyScreen

Multi Hand Tracker on Python

πŸ“… 03 Feb 2020 🏷️ Tags: #python #handtracking #mediapipe #machine-learning

A python wrapper for Mediapipe's Multi-Hand Tracking models