Nibble ab956379ea * Fixed plugin name length error in r_{asm, anal, lang}
* r_asm
  - asm_bea renamed to asm_x86_bea
  - asm_olly renamed to asm_x86_olly
  - Minor fixups in rasm2
* r_debug
  - R_ASM_ARCH_ renamed to R_DBG_ARCH_

--HG--
rename : libr/asm/p/asm_bea.c => libr/asm/p/asm_x86_bea.c
rename : libr/asm/p/asm_olly.c => libr/asm/p/asm_x86_olly.c
2009-02-19 16:41:51 +01:00
..
2009-02-05 22:08:46 +01:00
2009-02-17 00:10:32 +01:00
2009-02-18 13:10:59 +01:00
2009-02-09 00:19:06 +01:00
2009-02-18 16:20:14 +01:00
2009-02-05 22:08:46 +01:00
2009-02-16 11:24:45 +01:00
2009-02-18 03:47:40 +01:00
2009-02-18 13:10:59 +01:00
2009-02-16 11:24:45 +01:00
2009-02-17 00:10:32 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-09 00:19:06 +01:00
2009-02-12 15:47:13 -08:00
2009-02-16 19:59:54 +01:00
2009-02-05 22:08:46 +01:00
2009-02-16 19:59:54 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +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.

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