I build security tools, reverse-engineered clients, and bots β and now low-level bioinformatics in pure C. I dig into the guts of things β Discord's webpack, the Minecraft protocol, Qwen's and Baidu's internal APIs β and turn them into clean, tested code.
Python, JavaScript and C are my stack. If it has an endpoint, an internal store, an NBT packet or a genome, I will find it.
Pure Python (stdlib only) Β· ~74k lines Β· 3.4k tests
| Package | What it does |
|---|---|
| book-cipher-kit | Book cipher with Shamir secret sharing, audit trail, and TUI |
| dns-tunnel-messenger | Covert messaging over DNS: shaping, fragmentation, anti-replay |
| metadata-stripper | Strips metadata (EXIF/HEIF/PDF/Office), risk engine, GPS forensics |
| honeypot-server | Deception platform: 8 protocols, tar pit, canary tokens, TTP classifier |
| hash-auditor | Password auditing lab: rainbow tables, PCFG, masks, zxcvbn-lite |
| cover-identity | Consistent covert identities: full dossier, encrypted vault, drills |
| deadman-switch | Dead man's switch: signed heartbeats, proof-of-life, quorum, legacy |
pip install book-cipher-kit dns-tunnel-messenger metadata-stripper \
honeypot-server hash-auditor cover-identity deadman-switch| Project | What it is |
|---|---|
| Qwen-Reverse | Async client for chat.qwen.ai β streaming, reasoning, tool calling, image/video |
| baidu-reverse | Async client for Baidu Wenxin β streaming, reasoning, proxy pool |
| reverse-agent | Multi-provider terminal coding agent |
| gguf2bin | C99 runtime: GGUF β G2BX β inference (Qwen3 / Qwen2 / Llama) |
Pure C (stdlib only, no Python) Β· JIT to x86-64 Β· ~15k lines Β· 113+ tests
| Project | What it does | β |
|---|---|---|
| seqalign | BLAST-lite en C11: Needleman-Wunsch + Smith-Waterman Gotoh affine, BLOSUM62, k-mer CSR β 125KB, 0 deps | |
| neuro-jit | Self-modifying ML in pure C β JIT-compiles forward pass to x86-64, weights baked as immediates | |
| memcore | Micro-modelo de texto en C puro que aprende continuo β memoria neuronal por sorpresa (Titans) + replay buffer | |
| neuro-snake | Snake trained by heuristic imitation, recompiled with neuro-jit β Γ4.35 speedup | |
| gguf2bin | C99 runtime: GGUF β G2BX β inference (Qwen3/Qwen2/Llama) |
| Project | Description | β |
|---|---|---|
| seqalign | BLAST-lite en C11 β Needleman-Wunsch, Smith-Waterman, BLOSUM62, k-mer CSR Β· 125KB, 0 deps, 113 tests | |
| mineflayer-schem | Builds structures from schematics with mineflayer Β· npm v1.5.2 | |
| Discord-Quest-Auto-Completer | Completes Discord quests by injecting into the internal webpack | |
| Armonia | Generates music from natural language Β· 214K scores β WAV/MIDI/ABC | |
| vital-agent | Autonomous agent that must earn its own money... or die | |
| OurBook | An MCP where the agent doesn't remember your data β it remembers your story | |
| ultimate-free-llm-resources | The most complete collection of free LLM resources | |
| rdru-lm | Character-level LM with iterative transformer block + denoising | |
| nequi-clone | Nequi Clone fan-made (educativo) β WebView Android + backend mock: envΓos, comprobantes, saldo contable |



