Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 2 KB

File metadata and controls

42 lines (28 loc) · 2 KB
description
Dynamically Reverse-Engineer Code

ELF Files

GNU Project Debugger

Multi-language debugger

Website: https://www.sourceware.org/gdb/
Author: https://www.gnu.org/software/gdb/committee/
License: GNU General Public License (GPL): https://www.sourceware.org/gdb/download/onlinedocs/gdb.html#Summary
State File: remnux.packages.gdb

edb

An AArch32/x86/x86-64 debugger, well suited for debugging ELF files.

Website: https://github.com/eteran/edb-debugger
Author: Evan Teran: http://codef00.com/about
License: GNU General Public License (GPL) v2: https://github.com/eteran/edb-debugger/blob/master/COPYING
State File: remnux.packages.edb-debugger

ltrace

Trace library calls and signals.

Website: https://ltrace.org
Author: Juan Cespedes
License: GNU General Public License (GPL) v2: https://gitlab.com/cespedes/ltrace/-/blob/master/COPYING
State File: remnux.packages.ltrace

strace

Trace process' system calls and signals.

Website: https://strace.io
Author: Paul Kranenburg, Branko Lankester, Rick Sladkey, etc.
License: GNU General Public License v2.1+: https://gitlab.com/strace/strace/blob/master/COPYING
State File: remnux.packages.strace