ART TCH YE Yen Wang · RE: Exploit Reverse Engineering: mul, imul, div and idiv The content is the note based on the practices from an amazing online course OST2:Architecture 1001: x86–64 Assembly .
DSN YE Yen Wang · RE: Exploit Basic Reverse Engineering Vol. 3: Struct Local Variable The C abstract machine has no stack frames, no byte offsets, no sign-extension instructions. Those details belong entirely to the…
TCH YE Yen Wang · RE: Exploit Basic Reverse Engineering Vol. 2: Array Local Variable In this post, you will see the breakdown of debugging a c code: ArrayLocalVariable.c .