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
..
2009-09-17 11:48:36 +02: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.