{"id":3817,"date":"2014-11-11T02:57:56","date_gmt":"2014-11-10T18:57:56","guid":{"rendered":"https:\/\/www.darknet.org.uk\/?p=3817"},"modified":"2015-09-09T19:36:43","modified_gmt":"2015-09-09T11:36:43","slug":"radare-reverse-engineering-framework","status":"publish","type":"post","link":"https:\/\/www.darknet.org.uk\/2014\/11\/radare-reverse-engineering-framework\/","title":{"rendered":"Radare – The Reverse Engineering Framework"},"content":{"rendered":"

Radare started out as a simple command line interface for a hexadecimal editor supporting 64 bit offsets to make searches and recovering data from hard-disks. It has evolved into a project that is composed of a hexadecimal editor as the central point of the project with assembler\/disassembler, code analysis, scripting features, analysis and graphs of code and data and easy unix integration. Essentially, it has become a reverse engineering framework, with plugins and much more.<\/p>\n

radare2 itself is the core of the hexadecimal editor and debugger. Allows to open any kind of file from different IO access like disk, network, kernel plugins, remote devices, debugged processes and handle any of them as if they were a simple plain file.<\/p>\n

\"Radare<\/p>\n

It implements an advanced command line interface for moving around the file, analyzing data, disassembling, binary patching, data comparision, searching, replacing, scripting with Ruby, Python, Lua and Perl.<\/p>\n