--[ table of contents ]--
-
0x07Babysitting an Army of Monkeys 2: Planet of the Agents2026-07-11
What happens when Charlie Miller's dumb, honest monkeys learn to reason, and to lie. Babysitting used to mean counting crashes; with LLM agents it means refereeing liars and rebuilding the free oracle the kernel used to give you.
-
0x06Chronometry - a transparent and cryptographically verifiable proof-of-hack signature store2023-11-22
In this blog post, I will introduce Chronometry, a transparent and cryptographically verifiable proof-of-hack signature store.
-
0x05Rudroid - Writing the World's worst Android Emulator in Rust ð¦2023-11-16
In this blog post, we'll write an emulator that can run a 'Hello World' Android ELF binary. While doing this, we will learn how to go about writing our own emulators.
-
0x04Google Project Zero Issue Downloader2023-11-15
In this blog post, I will be talking about a small script to download/monitor issues from @ProjectZeroBugs issues ð.
-
0x03ManuFuzzer - Binary code-coverage fuzzer for macOS, based on libFuzzer and LLVM2023-11-14
In this blog post, I will be talking about ManuFuzzer, a binary code-coverage fuzzer for macOS, based on libFuzzer and LLVM.
-
0x02Fuzzing Android Native libraries with libFuzzer + QEMU ð¦¥2023-11-13
In this blog post, I will go through the process of why and how I built a new Android fuzzing framework called `Sloth` ð¦¥
-
0x01Crashmon - A LLDB Based replacement for CrashWrangler2023-11-12
In this blog post, I will be talking about Crashmon, a LLDB Based replacement for CrashWrangler.