
Reverse Engineering for Beginners (CH1.2 Some basics)
A short introduction to the CPU What is the CPU ? The author began by explaining what a CPU actually is. He defined the CPU as the component responsible for executing Machine Code — the lo...
A short introduction to the CPU What is the CPU ? The author began by explaining what a CPU actually is. He defined the CPU as the component responsible for executing Machine Code — the lo...
The Method The author began by explaining that when he first started learning C and C++, he used a website called Godbolt to view the small pieces of code he wrote and see the Assembly that ...