Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 478 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 478 Bytes

Nex-DBG

Nex-DBG is a simple debugger for ARM architecture (ELF format only).

Access and specifically print the ELF section and program headers

Access Elf32_Ehdr, Elf32_Phdr and Elf32_Shdr, which are the Elf Header, Program Header and Section Header structures

Installation

bash install.sh

Usage

./nex-dbg <ELF_binary>

PD:

The code may contain errors, this code is based on my learning about the C language, so it is a PoC