RADARE2 - BLACKARCH TOOL
WHAT IS RADARE2?
Radare2 (r2) is an open-source framework for reverse engineering, binary analysis, and debugging. It provides a command-line interface and a powerful set of tools to analyze, modify, and debug binaries across multiple architectures and platforms.
INSTALLATION:
1. On Linux:
sudo apt install radare2 # Debian-based
sudo pacman -S radare2 # Arch Linux
2. On MacOs:
brew install radare2
3. On Windows:
You can download the pre-built binaries from the official repository or use WSL for a native Linux experience.
FEATURES OF RADARE2:
- Batch, commandline, visual and panels interactive modes
- Embedded webserver with js scripting and webui
- Assemble and disassemble a large list of CPUs
- Runs on Windows and any other UNIX flavour out there
- Analyze and emulate code with ESIL
CONCLUSION
Comments
Post a Comment