Evasion Techniques in Pure x64 Assembly: SROP and Zero-Copy Injection

Combining SROP with Syscall 311 provides a stealthy way to load shellcode. Learn how to hide syscalls and manipulate context while surviving the debugging hell of unnoticeable opcodes.

April 13, 2026 · JM00NJ

Building a Reverse Shell in x86-64 Assembly

Learn how to chain socket creation, connection, file descriptor redirection, and process execution to build a functional reverse shell entirely in x86-64 assembly using PIC architecture.

April 3, 2026 · JM00NJ