# 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
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.
Writeup of Simple Encryptor reverse engineering challenge in HackTheBox.
Writeup of Flippin bank crypto challenge in HackTheBox. This challenge requires a padding oracle attack.
Writeups of Cronos machine in HackTheBox