Skip to content

Reversing ARM assembly

Hyeonseo Yang edited this page Nov 19, 2018 · 1 revision

Table of Contents

Introduction

The ARM assembly language has many different things with the intel assembly language. This doucment will help you understand some ARM disassembly patterns which are different from intel.

Differences with intel

No "Call" statement?

blx

No "Ret" statement?