Filter by tag EXTERNAL ART? CTF
Small codepen demo on using d3-zoom with React in a way that 'just works'
Animating randomly generated (SVG) shapes for no good reason
Some experimentation towards a tool to help optimize loot runs in Escape from Tarkov. Hosted on Observable because I really wanted to try it out.
Patterns and offsets in the context of game hacking, motivated by a refactor of an old pattern scanning implementation
Thoughts and visualisations loosely related to randomly generating simple polygons.
Writeup for the ServerfARM task from the Internetwache CTF 2016.
Writeup for the Matriochka task(s) from the Nuit du Hack CTF Quals 2016.
Writeup for the filechecker task from the Internetwache CTF 2016.
Writeups for two tasks from the Sharif University CTF 2016.
Dynamically generating polygons and smoothing out their edges.
Writing a small patcher to remove ads from an electron app with NodeJS.
So I added live reloading to dhow, why do I think this is such a big deal
Reversing an encryptor written in Java, decidedly overusing streams.
Decrypting file contents by reversing the encryption algorithm.
I created a GUI for a side project of mine with minimal effort and convenient usage and you can too!
Reversing modern C++ is weird. Purely static analysis to lift out a flag generation algorithm... again!
I can see you! Reading the flag straight from the file.
Purely static analysis to lift out a flag generation algorithm. Fun!
Solving a CrackMe wrapped in a well-known game.
Solving a very simple .NET CrackMe using dnSpy.
Setting up simple and quick (!) C++ unit testing using CMake, Catch2, precompiled headers and (arguably) sneaky tricks.
Short guide to running the game Animal Crossing (which is released exclusively for Nintendo Switch) on a PC.
Using terminal control codes to move the cursor and to draw on the terminal, all from native C code.
Walkthrough of developing a cheat program for osu!mania, a gamemode of the popular rythm game osu!, from the ground up and on Linux.
A look inside a basic C99 implementation of an interpreter for the esoteric programming language brainfuck, created in 1993.