π
π
π
π
REMnux Documentation
Searchβ¦
π
π
π
π
REMnux Documentation
REMnux: A Linux Toolkit for Malware Analysis
Install the Distro
Get the Virtual Appliance
Install from Scratch
Add to an Existing System
Run REMnux as a Container
Keep the Distro Up to Date
Discover the Tools
Examine Static Properties
Statically Analyze Code
Dynamically Reverse-Engineer Code
General
Shellcode
Scripts
ELF Files
Perform Memory Forensics
Explore Network Interactions
Investigate System Interactions
Analyze Documents
Gather and Analyze Data
View or Edit Files
General Utilities
Run Tools in Containers
Docker Images of Malware Analysis Tools
Behind the Scenes
People
Technologies
License
Tips and More
REMnux Configuration Tips
REMnux Tool Tips
Malware Analysis Training
REMnux Website
Get Involved
Ask and Answer Questions
Write About the Tools
Add or Update Tools
Implement Enhancements
Powered By
GitBook
ELF Files
Dynamically Reverse-Engineer Code
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
β
Previous
Scripts
Next - Discover the Tools
Perform Memory Forensics
Copy link
Contents
GNU Project Debugger
edb
ltrace
strace