VESQER: A DPCM+RLE Hybrid Compressor in Pure x64 Assembly

I accidentally reinvented a 1970s telecom algorithm at 5 AM while trying to shrink C2 payloads. Here’s how it works, why it’s effective, and a full walkthrough of the x64 Assembly implementation.

April 11, 2026 · JM00NJ

Introduction to Position Independent Code (PIC) Architecture

Break free from compiler constraints. Explore how to write Sectionless x64 Assembly, manipulate the stack for dynamic Read-Write (R-W) memory, and build reliable, position-independent foundations from scratch.

April 3, 2026 · JM00NJ

Invisible Exfiltration: Bypassing IDS/IPS with ICMP and RDTSC

True stealth is about blending into the noise. Discover how to use hardware-level timing, protocol mimicry, and jitter to make C2 traffic indistinguishable from legitimate activity.

March 27, 2026 · JM00NJ

Linux Process Evasion: ptrace & prctl

Stop analysts in their tracks. Learn how to leverage PTRACE_TRACEME and PR_SET_DUMPABLE syscalls to harden your agents against debuggers and memory acquisition.

March 27, 2026 · JM00NJ