radare2/libr
pancake 8886b07375 * fast hack to fix the ff25 x86-64 opcode analysis
* better handling of choose index in hud
* Add ?ip to take input from ?I and select path to file
2012-02-01 02:56:35 +01:00
..
anal * fast hack to fix the ff25 x86-64 opcode analysis 2012-02-01 02:56:35 +01:00
asm * Add asm.tabs for bearuty for free (enable by default?) 2012-01-26 03:18:45 +01:00
bin * Some usability enhacements for the visual hud 2012-01-31 03:34:23 +01:00
bp * Fix build 2012-01-31 03:42:27 +01:00
cmd
config
cons * fast hack to fix the ff25 x86-64 opcode analysis 2012-02-01 02:56:35 +01:00
core * fast hack to fix the ff25 x86-64 opcode analysis 2012-02-01 02:56:35 +01:00
crypto
db
debug
diff
egg
flags
fs
hash
include * Fix make install for hud (thanks l0gic) 2012-02-01 02:22:43 +01:00
io * Some usability enhacements for the visual hud 2012-01-31 03:34:23 +01:00
lang
lib
line
magic
parse
print
reg
search * Add asm.tabs for bearuty for free (enable by default?) 2012-01-26 03:18:45 +01:00
sign
socket * Fix make install for hud (thanks l0gic) 2012-02-01 02:22:43 +01:00
syscall
sysproxy
th
util * fast hack to fix the ff25 x86-64 opcode analysis 2012-02-01 02:56:35 +01:00
vm
config.h.head
config.h.tail
config.mk.head
config.mk.tail
depgraph.pl
libr.pc.acr
Makefile
README
rules.mk
stripsyms.sh
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