Skip to content

// WRITING

Writing

Long-form notes on systems programming, security research, and building things at the low level. Posts are infrequent. I'd rather ship one good walkthrough than three thin updates.

  1. · 13 min read
    SecurityPythonC

    Building a Cross-Platform C2 Framework from Scratch

    A writeup on building a multi-transport Remote Access Trojan for educational security research, covering TCP binary framing, mutual TLS, and a beacon/callback architecture.

    Read post