mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 03:11:28 +00:00
a53a50721f
- Commandline utility to perform searchs on multiple files * Fix build or r_bin * Add doc/rgraph * Show prefix in 'install' * Fix 'install' inside libr/
19 lines
743 B
Plaintext
19 lines
743 B
Plaintext
+--------+
|
|
.-| 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 | +---------------+ |
|
|
+-----.---+ |
|
|
`---------------------------'
|