# Return address spoofing in zig -- assembly dojo
15 min read
Implementing return address spoofing in Zig — navigating Zig compiler optimizations, x64 calling conventions, and assembly-level debugging
Welcome to my site, here I write some articles about backend engineering, ctf-writeups, and security stuff.
Implementing return address spoofing in Zig — navigating Zig compiler optimizations, x64 calling conventions, and assembly-level debugging
Writeup of Gradle
A deep technical dive into zcircuit, a Zig library that implements Hell's Gate, TartarusGate, and Hell's Hall techniques for direct and indirect Windows syscall execution.