radare2/libr/var
pancake/imac edb48945b7 * Added DEFAULT_ARCH for mips and powerpc
* 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
2010-02-22 04:02:13 +01:00
..
Makefile * Initial pseudo-working implementation of r_var API 2009-02-13 15:25:15 -08:00
README * Added 'mk/stat' tools 2009-09-17 11:48:36 +02:00
var.c * Added DEFAULT_ARCH for mips and powerpc 2010-02-22 04:02:13 +01:00

  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.