# 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](https://github.com/REMnux/salt-states/blob/master/remnux/packages/gdb.sls)

## edb

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

**Website**: <https://github.com/eteran/edb-debugger>\
**Author**: Evan Teran: <https://github.com/eteran>\
**License**: GNU General Public License (GPL) v2: <https://github.com/eteran/edb-debugger/blob/master/COPYING>\
**State File**: [remnux.packages.edb-debugger](https://github.com/REMnux/salt-states/blob/master/remnux/packages/edb-debugger.sls)

## 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](https://github.com/REMnux/salt-states/blob/master/remnux/packages/ltrace.sls)

## 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](https://github.com/REMnux/salt-states/blob/master/remnux/packages/strace.sls)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.remnux.org/discover-the-tools/dynamically+reverse-engineer+code/elf+files.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
