radare2/doc/rgraph
pancake 1ee0247b94 * Fix build of core
* Fix non-static plugins build in r_debug and r_io
* Fix debug_ptrace - working with example but not in r2
* debug/t/main.c is now working correctly
* Massive R_APIfication in r_io and r_util
* Added r_io_read_i to read from memory as a ut64 in any endian
  - read4.c example uses this new function
* Fix build of r_io static plugins
* Some more checks at random places in r_io (more stable)
  - r_io_set_fd() simplifies fd and plugin setup
* Added |pid command for ptrace io plugin
* Added io->printf to avoid use of forced 'printf'
* Add more lib_types names. fixes probable segfault
* Added hg-ci hg-utils makefile target
2009-08-22 04:54:41 +00:00

22 lines
868 B
Plaintext

Not-much-updated graph of relationships between the libr APIs
=============================================================
+--------+
.-| config |
/ +--------+
+------+ +------+ +------+ +------+
| core |--| cons | | asm | | diff |
+------+ | line | | bin | | sign |
| \ +------+ | anal | | hash | ,_____.
+----+ \ +---.--+ +--.---+ +._____.+
| io | +-------------'------/ | |
+----+ | cmd, search, print |<------>| flags |
| +------.-------------\ | meta |
[ lib ] +----'----------+ +-`-----+ +._____.+
| .----| debug, bp, vm | | lang |
| | | reg, syscall | | macro |
+------'--+ | var, trace | +-------+
| plugins | +---------------+ |
+-----.---+ |
`---------------------------'