/Exercises

Reverse Engineering Exercises

ARM Reverse Engineering Exercises

These exercises are meant to help identify and understand different patterns in ARM assembly. All of the examples have been written in Xcode and compiled with clang. As I create more exercises, I will use different compilers in order to demonstrate different nuances. The disassembly output will mostly likely be from Hopper, unless stated otherwise.

If you need additional help with any of the content, checkout my ARM cheatsheet -> https://github.com/rotlogix/cheatsheets/blob/master/arm.md

ARM