# Return address spoofing in zig
15 min read
Implementing return address spoofing in Zig — navigating Zig compiler optimizations, x64 calling conventions, and assembly-level debugging
Implementing return address spoofing in Zig — navigating Zig compiler optimizations, x64 calling conventions, and assembly-level debugging
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.