2015-10-13 23:21:27 +08:00
|
|
|
```
|
2019-02-02 20:20:13 +08:00
|
|
|
____ ___ ___ ___ ____ ___ ____
|
|
|
|
| _ \/ \| \/ \ _ \/ _ \ (__ \
|
|
|
|
| ( - | | ) - | ( _/ / __/
|
|
|
|
|__\__|_|__|___/__|__|_\__|___| |____|
|
2012-10-23 07:03:26 +08:00
|
|
|
|
2019-02-02 20:20:13 +08:00
|
|
|
https://www.radare.org
|
2012-10-23 07:03:26 +08:00
|
|
|
|
2019-02-02 20:20:13 +08:00
|
|
|
--pancake
|
2015-10-13 23:21:27 +08:00
|
|
|
```
|
2012-10-23 07:03:26 +08:00
|
|
|
|
2019-09-17 21:31:23 +08:00
|
|
|
| Service | Badge |
|
2015-07-26 18:38:59 +08:00
|
|
|
|----------|---------------------------------------------------------------------|
|
2019-10-11 02:04:02 +08:00
|
|
|
| **TravisCI** | [![Build Status](https://travis-ci.com/radareorg/radare2.svg?branch=master)](https://travis-ci.com/radareorg/radare2)|
|
2019-09-28 06:30:09 +08:00
|
|
|
| **AppVeyor** | [![Build status](https://ci.appveyor.com/api/projects/status/9cgkgxkc3203fm1o/branch/master?svg=true)](https://ci.appveyor.com/project/radareorg/radare2/branch/master)|
|
2019-09-19 12:55:04 +08:00
|
|
|
| **FreeBSD (sr.ht)** | [![builds.sr.ht status](https://builds.sr.ht/~xvilka/radare2/freebsd.yml.svg)](https://builds.sr.ht/~xvilka/radare2/freebsd.yml?)|
|
|
|
|
| **OpenBSD (sr.ht)** | [![builds.sr.ht status](https://builds.sr.ht/~xvilka/radare2/openbsd.yml.svg)](https://builds.sr.ht/~xvilka/radare2/openbsd.yml?)|
|
2015-07-28 06:38:43 +08:00
|
|
|
| **Coverity** | [![Build Status](https://scan.coverity.com/projects/416/badge.svg)](https://scan.coverity.com/projects/416) |
|
2019-09-28 06:30:09 +08:00
|
|
|
| **LGTM** | [![Total alerts](https://img.shields.io/lgtm/alerts/g/radareorg/radare2.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/radareorg/radare2/alerts/)
|
2018-08-24 10:09:46 +08:00
|
|
|
| **Infrastructure** | [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/741/badge)](https://bestpractices.coreinfrastructure.org/projects/741) |
|
2019-09-28 06:30:09 +08:00
|
|
|
| **Codecov** | [![codecov](https://codecov.io/gh/radareorg/radare2/branch/master/graph/badge.svg)](https://codecov.io/gh/radareorg/radare2)
|
2019-06-09 04:26:19 +08:00
|
|
|
| **Fuzzit** | [![fuzzit](https://app.fuzzit.dev/badge?org_id=2zv5qI33roZkRm0oO2Mi&target_id=YVkkS6RPVpKhSixyFWcT&branch=master)](https://app.fuzzit.dev/admin/2zv5qI33roZkRm0oO2Mi/target)
|
2018-05-19 19:25:36 +08:00
|
|
|
<a href="https://repology.org/metapackage/radare2">
|
2018-09-19 04:56:50 +08:00
|
|
|
<img src="https://repology.org/badge/vertical-allrepos/radare2.svg" alt="Packaging status" align="right" width="150px">
|
2018-05-19 19:25:36 +08:00
|
|
|
</a>
|
|
|
|
|
2012-10-23 07:03:26 +08:00
|
|
|
# Introduction
|
|
|
|
|
|
|
|
r2 is a rewrite from scratch of radare in order to provide
|
2015-07-28 06:38:43 +08:00
|
|
|
a set of libraries and tools to work with binary files.
|
2012-10-23 07:03:26 +08:00
|
|
|
|
2016-04-06 22:33:51 +08:00
|
|
|
Radare project started as a forensics tool, a scriptable
|
2018-10-31 00:50:09 +08:00
|
|
|
command-line hexadecimal editor able to open disk files,
|
|
|
|
but later added support for analyzing binaries, disassembling
|
|
|
|
code, debugging programs, attaching to remote gdb servers...
|
2012-10-23 07:03:26 +08:00
|
|
|
|
2018-06-24 01:38:05 +08:00
|
|
|
radare2 is portable.
|
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
To learn more on radare2 you may want to read the [official radare2 book](https://radare.gitbooks.io/radare2book/content/).
|
|
|
|
|
2019-09-09 01:19:03 +08:00
|
|
|
You can also use [r2lrn](https://github.com/0ki/r2lrn) or r2golf for a hands-on learning experience.
|
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
## Operating Systems
|
|
|
|
|
|
|
|
Windows (since XP), GNU/Linux, OS X, [Net|Free|Open]BSD,
|
2020-03-23 19:54:21 +08:00
|
|
|
Android, iOS, OSX, QNX, Solaris, Haiku, Firefox OS.
|
2019-05-16 19:44:00 +08:00
|
|
|
|
2018-06-24 01:38:05 +08:00
|
|
|
## Architectures
|
|
|
|
|
2019-03-04 04:24:09 +08:00
|
|
|
i386, x86-64, ARM, MIPS, PowerPC, SPARC, RISC-V, SH, m68k, m680x, AVR,
|
|
|
|
XAP, System Z, XCore, CR16, HPPA, ARC, Blackfin, Z80, H8/300, V810,
|
|
|
|
V850, CRIS, XAP, PIC, LM32, 8051, 6502, i4004, i8080, Propeller,
|
|
|
|
Tricore, CHIP-8, LH5801, T8200, GameBoy, SNES, SPC700, MSP430, Xtensa,
|
|
|
|
NIOS II, Java, Dalvik, WebAssembly, MSIL, EBC, TMS320 (c54x, c55x,
|
|
|
|
c55+, c66), Hexagon, Brainfuck, Malbolge, whitespace, DCPU16, LANAI,
|
|
|
|
MCORE, mcs96, RSP, SuperH-4, VAX.
|
2018-06-24 01:38:05 +08:00
|
|
|
|
|
|
|
## File Formats
|
|
|
|
|
|
|
|
ELF, Mach-O, Fatmach-O, PE, PE+, MZ, COFF, OMF, TE, XBE, BIOS/UEFI,
|
|
|
|
Dyldcache, DEX, ART, CGC, Java class, Android boot image, Plan9 executable,
|
|
|
|
ZIMG, MBN/SBL bootloader, ELF coredump, MDMP (Windows minidump),
|
2019-03-06 03:27:44 +08:00
|
|
|
WASM (WebAssembly binary), Commodore VICE emulator, QNX,
|
2018-06-24 01:38:05 +08:00
|
|
|
Game Boy (Advance), Nintendo DS ROMs and Nintendo 3DS FIRMs, various filesystems.
|
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
## Scripting
|
2018-06-24 01:38:05 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
Native bindings are supported but the recommended way to interact with r2
|
2019-09-28 06:30:09 +08:00
|
|
|
from other languages is by using [r2pipe](https://github.com/radareorg/radare2-r2pipe)
|
2018-06-24 01:38:05 +08:00
|
|
|
|
2019-05-16 20:12:21 +08:00
|
|
|
Python, Ruby, JavaScript, Lua, Perl, PHP, Go, Rust, Swift, C#, Java,
|
2020-03-23 19:54:21 +08:00
|
|
|
Shell, OCaml, Haskell, Scheme (Guile), Common Lisp, Clojure, Erlang, D,
|
2019-05-16 20:12:21 +08:00
|
|
|
Vala/Genie, Prolog, Nim, Newlisp...
|
2012-10-23 07:03:26 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
# Install / Update
|
2012-10-23 07:03:26 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
The recommended way to install or update radare2 from git for single-user systems:
|
2012-10-23 07:03:26 +08:00
|
|
|
|
2017-05-15 07:17:29 +08:00
|
|
|
$ sys/install.sh
|
2012-10-23 07:03:26 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
If you don't have root, or just want to install it in your home use:
|
2015-08-31 05:26:35 +08:00
|
|
|
|
2017-05-15 07:17:29 +08:00
|
|
|
$ sys/user.sh
|
2015-08-31 05:26:35 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
Note that those scripts will install using configure+make using symlinks, so you
|
2019-06-18 13:13:08 +08:00
|
|
|
don't need to reinstall every time you change something in the builddir.
|
2017-05-15 08:53:10 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
* If you don't like symlinks use `sys/install.sh --install`
|
|
|
|
* To use capstone5 use the `--with-capstone5` flag.
|
2018-02-24 21:41:22 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
Alternatively you can also build with meson + ninja:
|
2018-02-24 21:41:22 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
$ ./sys/meson.py --prefix=/usr --shared --install
|
2017-09-29 04:06:58 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
## Uninstall
|
2012-10-24 00:44:32 +08:00
|
|
|
|
2018-10-02 21:23:59 +08:00
|
|
|
In case of a polluted filesystem, you can uninstall the current
|
2013-06-14 08:51:33 +08:00
|
|
|
version or remove all previous installations:
|
2012-10-24 00:44:32 +08:00
|
|
|
|
2017-05-15 07:17:29 +08:00
|
|
|
$ make uninstall
|
|
|
|
$ make purge
|
2019-05-16 20:12:21 +08:00
|
|
|
|
2018-08-10 22:06:41 +08:00
|
|
|
To remove all stuff including libraries, use
|
|
|
|
|
|
|
|
$ make system-purge
|
2012-10-24 00:44:32 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
## Package Manager
|
2016-06-09 16:45:47 +08:00
|
|
|
|
2018-10-02 21:23:59 +08:00
|
|
|
Radare2 has its own package manager - r2pm. Its packages
|
2019-09-28 06:30:09 +08:00
|
|
|
repository is on [GitHub too](https://github.com/radareorg/radare2-pm).
|
2018-10-02 21:23:59 +08:00
|
|
|
To start to using it for the first time, you need to initialize packages:
|
2016-06-09 16:45:47 +08:00
|
|
|
|
2017-05-15 07:17:29 +08:00
|
|
|
$ r2pm init
|
2016-06-09 16:45:47 +08:00
|
|
|
|
2017-05-15 09:22:04 +08:00
|
|
|
Refresh the packages database before installing any package:
|
2016-06-09 16:45:47 +08:00
|
|
|
|
2017-05-15 07:17:29 +08:00
|
|
|
$ r2pm update
|
2016-06-09 16:45:47 +08:00
|
|
|
|
2018-10-02 21:23:59 +08:00
|
|
|
To install a package, use the following command:
|
2016-06-09 16:45:47 +08:00
|
|
|
|
2017-05-15 07:17:29 +08:00
|
|
|
$ r2pm install [package name]
|
2016-06-09 16:45:47 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
# Development
|
2012-10-23 07:03:26 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
## Coding Style
|
2015-08-05 06:03:54 +08:00
|
|
|
|
2019-09-28 06:30:09 +08:00
|
|
|
Look at [CONTRIBUTING.md](https://github.com/radareorg/radare2/blob/master/CONTRIBUTING.md).
|
2015-08-05 06:03:54 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
## Tests
|
2012-10-23 07:03:26 +08:00
|
|
|
|
2020-04-08 05:46:55 +08:00
|
|
|
Running `make tests` will fetch the test binaries
|
2019-05-16 19:44:00 +08:00
|
|
|
repository and run all the tests in order to verify that no changes break any functionality.
|
2012-10-23 07:03:26 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
We run those tests on every commit, and they are also executed with ASAN
|
|
|
|
and valgrind on different platforms to catch other unwanted 'features'.
|
2015-09-21 20:22:08 +08:00
|
|
|
|
2015-04-27 16:39:36 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
# Community
|
2012-10-23 07:03:26 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
Website: [https://www.radare.org/](https://www.radare.org/)
|
2012-10-23 07:03:26 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
Telegram: [https://t.me/radare](https://t.me/radare)
|
2012-10-23 07:03:26 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
Twitter: [@radareorg](https://twitter.com/radareorg)
|
2012-10-23 07:03:26 +08:00
|
|
|
|
2019-05-16 19:44:00 +08:00
|
|
|
IRC: irc.freenode.net #radare
|
2017-05-15 07:17:29 +08:00
|
|
|
|
|
|
|
Matrix: @radare2:matrix.org
|