mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-02 03:32:04 +00:00
c5e588e6e5
- Previous commits has been reported in the ChangeLog file - hg log has been lost (moved inside ChangeLog) - Old radare1 repository has removed all the libr
21 lines
780 B
Plaintext
21 lines
780 B
Plaintext
=========================
|
|
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
|