-
Book Overview & Buying
-
Table Of Contents
Reverse Engineering Armv8-A Systems
By :
In this section, we will discuss static analysis in the context of reverse engineering. First, we will introduce the concept of static analysis and outline the steps involved in this process. Then, we will explore the tools and techniques that can help you effectively analyze binary files.
Static analysis involves examining binary code before executing it on a real device. Analyzing assembly instructions in an Executable and Linkable Format (ELF) binary file is a type of static analysis. Another method in reverse engineering is dynamic analysis, which observes the software’s behavior by running it on the real target device.
Let’s look at some key characteristics of static analysis: