Browsing tag

RADARE2

radare2 – 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, a scriptable command-line hexadecimal editor able to open disk files, but later support for analyzing binaries, disassembling code, debugging programs, attaching to remote gdb servers, […]

CRACKME0X02 DISSECTED WITH RADARE2

For the Crackme0x02, I’ll follow two approaches. First, I’m going to find out the password through analysis. Then, I’ll modify the program in order to accept any password. If you’re not acquainted with any of the commands used in this post, you can always take a look at Radare Basics. Let’s start and first of all, […]

Cutter – Qt C++ radare2 GUI Reverse Engineering Framework

A Qt and C++ GUI for radare2 reverse engineering framework (originally named Iaito). Cutter is not aimed at existing radare2 users. It instead focuses on those whose are not yet radare2 users because of the learning curve, because they don’t like CLI applications or because of the difficulty/instability of radare2.   Requirements CMake >= 3.1 Radare2 […]