Static analysis is what I do. Reversing binaries, pulling protocol formats apart, and building tooling that makes other people's code tell the truth about itself. I run Vanta Labs out of Karlsruhe, where the core rule is simple: if you cannot point at the bytes, you do not have an answer.
Both are static-analysis instruments, not libraries that pretend to be secure. A finding is a coordinate for human review, never a verdict.
- 🔍 Reversing binaries and mapping protocol formats (the
[static analysis]part of the day job) - 🧱 Building offline analysis tooling — no network calls, no hidden dependencies
- 📐 Reading RFCs, FIPS documents, and disassembly so the tooling has a spec to point at
- 🗄️ Occasionally looking at caches, latencies, and where the time actually goes
- Byte-level honesty — if a tool cannot cite the source span of its claim, the claim is a guess
- Deterministic output — the same input must produce the same bytes, on every machine, forever
- Dependency-free where it matters — the smaller the surface, the easier it is to audit
- 📫 vanta-labs.dev
- 💬 Low-level systems, static analysis, post-quantum migration — open to discussion






