Skip to content

Pwn2Ninj4/Nex-DBG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Nex-DBG is a simple debugger for the ARM architecture

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published