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
bash install.sh
./nex-dbg <ELF_binary>
The code may contain errors, this code is based on my learning about the C language, so it is a PoC