Reverse Engineering Preliminary – ASM Instructions

Overview Before diving into reverse engineering, I have to get myself familiar with some basic assembly instructions. This article will note them down, and use GDB or QEMU to debug them along the way. And this article serves as an accumulative note as I will add more and more instructions along the way, and I…