Quantcast
Channel: Hacking Tools – DigitalMunition
Viewing all articles
Browse latest Browse all 236

radare2 — Reverse Engineering Framework

$
0
0
Radare2 is an opensource, crossplatform reverse engineering framework. r2 is a rewrite from scratch of radare in order to provide a set of libraries and tools to work with binary files.
Radare project started as a forensics tool, an scriptable commandline hexadecimal editor able to open disk files, but later support for analyzing binaries, disassembling code, debugging programs, attaching to remote gdb servers, ..
Radare is a portable reversing framework that can…
 

Advertisements

  • Disassemble (and assemble for) many different architectures
  • Debug with local native and remote debuggers (gdb, rap, webui, r2pipe, winedbg, windbg)
  • Run on Linux, *BSD, Windows, OSX, Android, iOS, Solaris and Haiku
  • Perform forensics on filesystems and data carving
  • Be scripted in Python, Javascript, Go and more
  • Support collaborative analysis using the embedded webserver
  • Visualize data structures of several file types
  • Patch programs to uncover new features or fix vulnerabilities
  • Use powerful analysis capabilities to speed up reversing
  • Aid in software exploitation

Advertisements

Install

The easiest way to install radare2 from git is by running the following command:
12$ sys/install.sh
If you want to install radare2 in the home directory without using root privileges and sudo, simply run:
12$ sys/user.sh

Uninstall

In case of a polluted filesystem you can uninstall the current version or remove all previous installations:
12$ make uninstall
$ make purge

Download and Read more Here

Advertisements

Reverse Engineering tool

Rated 4.6/5 based on 1099 reviews

Viewing all articles
Browse latest Browse all 236

Trending Articles