Part 28 - x64 Assembly [Part 2]
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 continue with another example:
As we can see we are moving 0x10 into RAX and adding 0x05 into RAX.
We compile and let’s disassemble.
As you can see as expected we see our code in debug.
We step twice and then…
We see 0x15 or 21 decimal moved into RAX. Take the time to carefully try these very simple examples as we go forward.
当前内容版权归 mytechnotalent 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 mytechnotalent .