Assembler Assembly language is based on registers, that can store data or addresses, and each assembly instruction manipulate these registers in some way.
In this example we will disassemble our binary app code in search for hidden function, then we will exploit buffer overflow vulnerability to take advantage of changing our app execution flow.
Project objective Main goal of this project is to learn some ARM platfrom exploiting basics, which will further lead to develop some skills in exploiting methods targeted to Apple’s devices.