System Engineer | Security Researcher

Tony Gorez

Every binary tells a story. Few look inside.
System ProgrammingmacOS SecurityReverse Engineering

Recent Posts

View all posts

Deep dive into ptrace internals, from syscall to kernel implementation, understanding how it prevents debugger attachment and how to bypass it.

How to write an anti-debugging mechanism using fork and how to detect it!

This tutorial is designed for developers and security enthusiasts who want to approach LLDB, through a practical exercise.

A single missing ampersand ('&') led me through a challenging four-hour debugging journey. This experience was a profound reminder of the critical importance of understanding C++'s copy semantics and object lifecycle management.