radare2/libr
Nibble bacc40a6cd * Fixed r_anal reflines
* Added config vars for configuring it
2009-04-02 11:36:34 +02:00
..
anal * Fixed r_anal reflines 2009-04-02 11:36:34 +02:00
asm * Huge build system refactoring 2009-04-01 00:28:13 +00:00
bin * Fix LIBDIR path issue for r_bin 2009-04-01 10:41:42 +00:00
bininfo * More work on r_anal_reflines 2009-04-02 00:41:10 +02:00
bp * Initial import of libr 2009-02-05 22:08:46 +01:00
cmd * Fix lot of warning messages 2009-03-06 00:00:41 +00:00
config * Run callback when defining keys in config 2009-03-17 22:06:50 +00:00
cons * Implement r_core_visual_trackflags 2009-04-02 00:44:24 +00:00
core * Fixed r_anal reflines 2009-04-02 11:36:34 +02:00
crypto * Fix 'install' target (missing double '$') 2009-03-31 00:50:02 +00:00
debug * More R_API-zation 2009-04-01 22:44:43 +00:00
diff * Fix LIBDIR path issue for r_bin 2009-04-01 10:41:42 +00:00
flags * Implement r_core_visual_trackflags 2009-04-02 00:44:24 +00:00
hash * Fix 'install' target (missing double '$') 2009-03-31 00:50:02 +00:00
include * Fixed r_anal reflines 2009-04-02 11:36:34 +02:00
io * Fix 'install' target (missing double '$') 2009-03-31 00:50:02 +00:00
lang * Fix 'install' target (missing double '$') 2009-03-31 00:50:02 +00:00
lib * Implement r_core_visual_trackflags 2009-04-02 00:44:24 +00:00
line * More R_API-zation 2009-04-01 22:44:43 +00:00
macro * Fix build (fix r_core_cmd_foreach signature) 2009-04-02 12:15:04 +02:00
meta * Added dummy xrefs 2009-02-16 11:24:45 +01:00
parse * r_bin 2009-03-08 18:29:21 +01:00
print * Another 700-LOC train-based commit 2009-04-02 10:23:32 +00:00
range * Added dummy xrefs 2009-02-16 11:24:45 +01:00
reg * Add constructor/destructor for r_anal and r_sign 2009-03-14 11:39:37 +00:00
search * Another 700-LOC train-based commit 2009-04-02 10:23:32 +00:00
sign * Fix doc installation path 2009-03-27 11:28:25 +00:00
socket * Add non-block socket support for Windows(R) platform 2009-03-09 16:54:57 +01:00
syscall * Add random documentation for dynamic language plugins 2009-03-10 01:49:24 +00:00
trace * Major refactoring work done for r_trace 2009-03-13 10:39:54 +00:00
util * Fix segfault when using '&&'. Lost allocated pointer 2009-04-02 00:07:58 +00:00
vapi * set STATIC DEBUG to 0 2009-03-31 10:55:26 +00:00
var * Fix lot of warning messages 2009-03-06 00:00:41 +00:00
vm * Lot of random work on multiple fronts 2009-02-17 00:09:40 +01:00
config.h * Fix LIBDIR path issue for r_bin 2009-04-01 10:41:42 +00:00
config.mk * Huge build system refactoring 2009-04-01 00:28:13 +00:00
depgraph.pl * fix r_asm and r_anal deps 2009-03-04 12:39:51 +00:00
libr.pc.acr * Add random documentation for dynamic language plugins 2009-03-10 01:49:24 +00:00
Makefile * Huge build system refactoring 2009-04-01 00:28:13 +00:00
README * Add random documentation for dynamic language plugins 2009-03-10 01:49:24 +00:00
rules.mk * Huge build system refactoring 2009-04-01 00:28:13 +00:00
stripsyms.sh * Fix segfault when using '&&'. Lost allocated pointer 2009-04-02 00:07:58 +00:00
TODO * Another 700-LOC train-based commit 2009-04-02 10:23:32 +00: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