mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 06:55:01 +00:00
edb48945b7
* Refactoring in r_anal API for _aop() with addr and length - Added ppc code analysis plugin - sync in r_core * cfg.ffio->io.ffio * Add CMD type in r_lib * Added SR register type * More stuff is now working in osx-ppc debugger * Random code cleanup |
||
---|---|---|
.. | ||
Makefile | ||
README | ||
var.c |
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.