Thread: Radare2
View Single Post
  #1  
Old 08-21-2014, 00:41
jvoisin jvoisin is offline
Friend
 
Join Date: Aug 2014
Location: France
Posts: 8
Rept. Given: 8
Rept. Rcvd 5 Times in 4 Posts
Thanks Given: 1
Thanks Rcvd at 2 Times in 2 Posts
jvoisin Reputation: 5
Radare2

Radare2 (also known as r2) is a complete framework for reverse-engineering and analysing binaries; composed of a set of small utilities that can be used together or independently from the command line.

Built around a disassembler, it supports a large number of executable formats for different processors and operating systems. Since it doesn't have a GUI, it has a steep learning curve. Originally built around an hexadecimal editor, is has now a multitude of tools and features like ASCII-art graphs, binary diffing, patching, analysis, has native debuggers, can compile shellcodes, ..., but also bindings for several languages, like Python, javascript, Ruby, C, ...
Licensed under LGPL and written in C, it runs on every plateforms.

There is also a (completely unfair) comparison between Hopper, IDA and radare2.

Code:
http://rada.re/y/?p=download
Reply With Quote
The Following 2 Users Gave Reputation+1 to jvoisin For This Useful Post:
alekine322 (08-21-2014), mr.exodia (08-21-2014)
The Following User Says Thank You to jvoisin For This Useful Post:
Indigo (07-19-2019)