mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 06:55:01 +00:00
b37ec4f0b1
- Perform statistics about XXX and TODOs * Change signature of r_debug_mmu_ * Added io->cached_reads * RAPIfy the r_lang * Reviewing of the r_lib API - Write the vapi file - Check for null mallocs * Fix build of r_reg
13 lines
250 B
Plaintext
13 lines
250 B
Plaintext
|
|
API for accessing and analyzing variables
|
|
=========================================
|
|
|
|
Describes variable types:
|
|
|
|
int, float, byte, char, ...
|
|
size of array of elements (optional)
|
|
local/global
|
|
...
|
|
|
|
This API has been stolen from the r1 API.
|