radare2/libr
2012-09-01 01:06:24 +02:00
..
anal Fix mingw32 build 2012-09-01 01:06:24 +02:00
asm Apply thuxnder's patch fixing dalvik's payload ops 2012-08-31 17:39:56 +02:00
bin Fix build. enhace mips anal, add recursive disasm 2012-08-29 14:46:19 +02:00
bp Implement support for >- (pipe to editor) 2012-08-13 17:42:25 +02:00
cmd Fix resize command and more make race conditions 2012-08-14 01:25:50 +02:00
config Implement support for >- (pipe to editor) 2012-08-13 17:42:25 +02:00
cons Various little bugs fixed and pz/pZ renaming 2012-08-29 17:24:30 +02:00
core Fix infinite loop in analysis (needs cleanup) 2012-08-31 16:30:41 +02:00
crypto Fix resize command and more make race conditions 2012-08-14 01:25:50 +02:00
db Fix race conditions in makefiles and clean TODO 2012-08-10 15:59:37 +02:00
debug Implement support for >- (pipe to editor) 2012-08-13 17:42:25 +02:00
diff Fix race conditions in makefiles and clean TODO 2012-08-10 15:59:37 +02:00
egg Fix resize command and more make race conditions 2012-08-14 01:25:50 +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 Initial implementation of the MIPS assembler 2012-08-31 13:50:05 +02:00
io Various little bugs fixed and pz/pZ renaming 2012-08-29 17:24:30 +02:00
lang Honor make -s and lot of build cleanups 2012-08-14 15:44:17 +02:00
lib Lot of build fixes for --as-needed and mingw32 2012-08-10 11:35:38 +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 Add mips pseudocode, anal.hasnext, fix anal bugs 2012-08-31 11:45:06 +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 Fixes in pZ, quoted commands and search 2012-08-21 12:06:56 +02:00
sign * Apply patches from ac1d3. Thanks! 2012-03-09 01:03:19 +01:00
socket l0gic's fix for an use after free in r_socket 2012-08-30 00:47:16 +02:00
syscall Honor make -s and lot of build cleanups 2012-08-14 15:44:17 +02:00
sysproxy
th * Import Glyn Kennington's patch for the build system 2011-11-03 11:49:50 +01:00
util Fix mingw32 build 2012-09-01 01:06:24 +02:00
vm Add mips pseudocode, anal.hasnext, fix anal bugs 2012-08-31 11:45:06 +02:00
config.h.head
config.h.tail
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
libr.pc.acr
Makefile Fix race conditions in makefiles and clean TODO 2012-08-10 15:59:37 +02:00
README
rules.mk Fix mingw32 build 2012-09-01 01:06:24 +02:00
stripsyms.sh Honor make -s and lot of build cleanups 2012-08-14 15:44:17 +02:00
symgraph.pl
waitfordeps.sh

                                 ___ ___
  =========================     |  _\_  \
  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