AArch64-Bytes
AArch64-Bytes copied to clipboard
A series of small ARM 64 bite-size articles to help one better reverse AArch64 ARM 64 Linux binaries.

FREE Reverse Engineering Self-Study Course HERE
AArch64 Bytes
A series of small ARM 64 bite-size articles to help one better reverse AArch64 ARM 64 Linux binaries.
Part 1: Reversing Exit
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.
Part 2: 64-bit Immediate Values
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.
Part 3: Yet Another Upper
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.