Part 32 - x64 Assembly [Part 6]

For a complete table of contents of all the lessons please click below as it will give you a brief of each lesson in addition to the topics it will cover. https://github.com/mytechnotalent/Reverse-Engineering-Tutorial

Let’s review our code.

Part 32 - x64 Assembly [Part 6] - 图1

Compile…

Part 32 - x64 Assembly [Part 6] - 图2

Debug…

Part 32 - x64 Assembly [Part 6] - 图3

Let’s evaluate what is inside the memory address of 0x6000d8.

Part 32 - x64 Assembly [Part 6] - 图4

As we can see “Hello World“ with the return character will then be moved into our RSI register.

Next week we will examine this a bit closer.