FREE Reverse Engineering Self-Study Course HERE
A series of small ARM 64 bite-size articles to help one better reverse AArch64 ARM 64 Linux binaries.
In this bite we learn about what happens at the very core of a 32-bit AArch64 instruction by reversing the exit Linux syscall.
-> Click HERE to read the article on Medium.
In this bite we learn about how to handle moving a 64-bit immediate value into a 64-bit register.
-> Click HERE to read the article on Medium.
In this bite we learn how to create a simple parsing algorithm to convert a string's lowercase chars to uppercase, timeless Assembler example.
-> Click HERE to read the article on Medium.