Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

n0qword/nexdbg

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

nexdbg is a simple debugger for the ARMv7-v6(32 bits) architecture

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors