Hacking C++ (Part 2)

cover1376×768 183 KB Bypassing CFI What CFI Is Control Flow Integrity (CFI) is a security mitigation that protects against control-flow hijacking attacks by checking if function call is valid. Every compiler

Hacking C++ (Part 1)

cover1375×768 182 KB Introduction Every high-level language has built-in mechanisms designed to make life easier for programmers. Like any other programming language, C++ provides a wealth of ready-made solutions.

Linker Scripts and Embedded Systems

I realized that every time I talk about linker scripts, I say that most programmers won’t ever see one unless they work with embedded systems, but I never go deeper than this.

Instruction By Instruction

Original post by 0xf00s, from the 0x00sec forum. Hello, we meet again. Snagged a convo between c0z and pico the other day on real time encryption or Runtime Code Encryption, sometimes called IBI

Slopmon Reverse Engineering Challenge

Following @pico and the spirit of the tradition of the old 0x00sec, @john put this challenge together. to ease beginners into reverse engineering in a fun format. More experienced players can join in