radare2/libr
2010-03-14 18:06:21 +01:00
..
anal * Write and install manpages 2010-03-12 18:46:11 +01:00
asm * r_asm 2010-03-14 05:16:35 +01:00
bin * r_bin 2010-03-14 06:19:28 +01:00
bp * Rename MALLOC_STRUCT into R_NEW and deprecate it. 2010-03-12 13:35:10 +01:00
cmd * Rename MALLOC_STRUCT into R_NEW and deprecate it. 2010-03-12 13:35:10 +01:00
config * Fix 'const char*' issue in valaswig bindings 2010-02-12 00:43:11 +01:00
cons * Rename MALLOC_STRUCT into R_NEW and deprecate it. 2010-03-12 13:35:10 +01:00
core * Write and install manpages 2010-03-12 18:46:11 +01:00
crypto * Rename MALLOC_STRUCT into R_NEW and deprecate it. 2010-03-12 13:35:10 +01:00
db * Rename MALLOC_STRUCT into R_NEW and deprecate it. 2010-03-12 13:35:10 +01:00
debug * Fix some issues on the build linkage 2010-03-14 18:06:21 +01:00
diff * Added linux-arm syscalls 2010-03-08 12:45:22 +01:00
flags * Added linux-arm syscalls 2010-03-08 12:45:22 +01:00
hash * Added linux-arm syscalls 2010-03-08 12:45:22 +01:00
include * r_bin 2010-03-13 20:25:03 +01:00
io * Fix some issues on the build linkage 2010-03-14 18:06:21 +01:00
lang * Rename MALLOC_STRUCT into R_NEW and deprecate it. 2010-03-12 13:35:10 +01:00
lib * Rename MALLOC_STRUCT into R_NEW and deprecate it. 2010-03-12 13:35:10 +01:00
line * Fix build of debugger on non-x86-32 (oops) 2010-03-04 12:43:16 +01:00
macro * Build all pkgconfig files (fixes valaswig stuff) 2010-01-25 11:54:25 +01:00
meta * Rename MALLOC_STRUCT into R_NEW and deprecate it. 2010-03-12 13:35:10 +01:00
parse * Rename MALLOC_STRUCT into R_NEW and deprecate it. 2010-03-12 13:35:10 +01:00
pkgconfig * Build all pkgconfig files (fixes valaswig stuff) 2010-01-25 11:54:25 +01:00
print * Rename MALLOC_STRUCT into R_NEW and deprecate it. 2010-03-12 13:35:10 +01:00
reg * Initial quick-and-dirty implementation of backtrace 2010-03-01 10:49:04 +01:00
search * Rename MALLOC_STRUCT into R_NEW and deprecate it. 2010-03-12 13:35:10 +01:00
sign * Huge refactoring on r_syscall 2010-03-04 01:46:25 +01:00
socket * Fix some issues on the build linkage 2010-03-14 18:06:21 +01:00
syscall * Added linux-arm syscalls 2010-03-08 12:45:22 +01:00
sysproxy
th * Fix some issues on the build linkage 2010-03-14 18:06:21 +01:00
util * Remove debug printf in elf.c 2010-03-12 19:11:43 +01:00
vapi * r_bin 2010-03-13 20:25:03 +01:00
vm * Rename MALLOC_STRUCT into R_NEW and deprecate it. 2010-03-12 13:35:10 +01: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 * Initial import of the 'configure-plugins' script 2010-01-13 23:42:49 +01:00
config.mk.tail * Do not link libr2.dylib in OSX 2010-02-21 21:34:10 +01:00
depgraph.pl
libr.pc.acr
Makefile * Some changes and fixes for the build of swig 2010-03-14 00:36:55 +01:00
README
rules.mk * Do not link libr2.dylib in OSX 2010-02-21 21:34:10 +01:00
stripsyms.sh
TODO * Properly manage Color_RESET from r_core 2010-02-28 23:57:55 +01: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