Pwn2Ninj4 / Nex-DBG

Nex-DBG is a simple debugger for the ARM architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C 89.4%Language:Shell 10.6%