pancake 05b40f0e75 * Fix build issues - fix build order
* Plugin directory renamed to 'p'
* Add env.sh to enter into a "radare2 development shell"

--HG--
rename : libr/io/plugins/Makefile => libr/io/p/Makefile
rename : libr/io/plugins/README => libr/io/p/README
rename : libr/io/plugins/dbg.c => libr/io/p/dbg.c
rename : libr/io/plugins/malloc.c => libr/io/p/malloc.c
rename : libr/io/plugins/ptrace.c => libr/io/p/ptrace.c
2009-02-05 22:28:33 +01:00
..
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:28:33 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:28:33 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:28:33 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +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