radare2/libr
2012-09-17 17:49:23 +02:00
..
anal Add --enable-cparse and rename --without-debugger to --disable-debugger 2012-09-12 19:35:27 +02:00
asm Add support for keywords of half-byte, fix iova bug in search 2012-09-07 04:12:24 +02:00
bin Fix overflow in r_bin_dwarf 2012-09-12 18:56:11 +02:00
bp Fix android build and add r_core->anal_define api 2012-09-03 01:27:52 +02:00
cmd Fix resize command and more make race conditions 2012-08-14 01:25:50 +02:00
config Add api to set config keys as readonly 2012-09-07 10:07:41 +02:00
cons Fix bug in r_file_mkstemp 2012-09-06 12:47:32 +02:00
core Sync with sdb git 2012-09-17 11:18:20 +02:00
crypto Fix resize command and more make race conditions 2012-08-14 01:25:50 +02:00
db Sync with sdb git 2012-09-17 11:18:20 +02:00
debug Rename r_file_exist into r_file_exists 2012-09-06 08:59:13 +02:00
diff Fix race conditions in makefiles and clean TODO 2012-08-10 15:59:37 +02:00
egg Rename r_file_exist into r_file_exists 2012-09-06 08:59:13 +02:00
flags * Fix invalid init segfault reported by vext01 2012-06-14 17:41:07 +02:00
fs Fix resize command and more make race conditions 2012-08-14 01:25:50 +02:00
hash * Fix invalid init segfault reported by vext01 2012-06-14 17:41:07 +02:00
include Fix bindings 2012-09-17 17:49:23 +02:00
io Add --enable-cparse and rename --without-debugger to --disable-debugger 2012-09-12 19:35:27 +02:00
lang Rename r_file_exist into r_file_exists 2012-09-06 08:59:13 +02:00
lib Rename r_file_exist into r_file_exists 2012-09-06 08:59:13 +02:00
line Add support for multiple cons grep attributes 2012-08-09 18:19:00 +02:00
magic Honor make -s and lot of build cleanups 2012-08-14 15:44:17 +02:00
parse Added htmlgraph.sh as a cmd.graph html5 graph backend 2012-09-05 03:25:03 +02:00
print Various little bugs fixed and pz/pZ renaming 2012-08-29 17:24:30 +02:00
reg Fix build on linux-mipsel64 2012-07-05 16:02:12 +00:00
search Add support for keywords of half-byte, fix iova bug in search 2012-09-07 04:12:24 +02:00
sign Fix android build and add r_core->anal_define api 2012-09-03 01:27:52 +02:00
socket Force HTTP/1.1 and better interface for r2w 2012-09-07 01:48:09 +02:00
syscall Fix android build, update sdb code from git 2012-09-06 11:01:17 +02:00
sysproxy * Make r_cons independent from r_line 2009-04-07 11:28:22 +00:00
th Update sdb to 0.5, sdb is now public api 2012-09-04 01:46:12 +02:00
util Fix bindings 2012-09-17 17:49:23 +02:00
vm Add mips pseudocode, anal.hasnext, fix anal bugs 2012-08-31 11:45:06 +02:00
config.h.head * Add support to ARM for the debugger 2010-02-03 14:34:00 +01:00
config.h.tail * Initial import of the 'configure-plugins' script 2010-01-13 23:42:49 +01:00
config.mk.head Show git-tip hash in r2 -v 2012-08-14 01:48:39 +02:00
config.mk.tail Show git-tip hash in r2 -v 2012-08-14 01:48:39 +02:00
depgraph.pl * Export 'srwx' perms of sections in rabin2 -rS 2010-04-08 12:29:47 +02:00
libr.pc.acr * Merge r_meta inside r_anal 2010-08-20 00:36:22 +02:00
Makefile Fix race conditions in makefiles and clean TODO 2012-08-10 15:59:37 +02:00
README * Clean TODO files 2010-05-21 01:46:26 +02:00
rules.mk Fix android build and add r_core->anal_define api 2012-09-03 01:27:52 +02:00
stripsyms.sh Honor make -s and lot of build cleanups 2012-08-14 15:44:17 +02:00
symgraph.pl * Do not show color prompt in windows 2010-09-24 19:04:33 +02:00
waitfordeps.sh * Fix build in OSX 2011-06-20 23:53:38 +02:00

                                 ___ ___
  =========================     |  _\_  \
  libr - codename 'radare2'     |   /  _/
  =========================     |_|__\__\


LibR is the refactoring of the old radare1 core in a set of libraries
defining the APIs of radare2.

The library 'libr' is composed by different modules, each one implementing
working modules of radare, so then, we get a complete set of libraries for
analyzing code, disassembling bytes, dumping bytes, plugin handling, etc..

The 'R' is for refactoring, reversing, radare, ...

Each module has its own test directory (t/) which contains simple applications
using the upper directory code and linking against the direct dependencies.

Each mode can own a plugin directory (p/) that contains extensions for the
parent library module (libr/asm/p/asm_x86).

There's also the possibility to define a list of static plugins to be built
inside the parent module. This way you can avoid some flexibility to ease
portability and build single binaries with some embedded features.

The library can be used from 'pkg-config', this way you can easy build an
application or plugin that links against libr or just few elements of it.

This enables a fine-grained test level for checking all functionalities in
one shot and give us the opportunity to write radare2 as test programs.

  --pancake