radare2/libr/reg
Nibble 8e86cb69c9 * Fixed r_reg build
* Fixed ptrace io plugin build (64bits)
2009-02-20 14:43:59 +01:00
..
Makefile * Initial import of libr 2009-02-05 22:08:46 +01:00
README * Initial drafts for r_meta 2009-02-14 16:48:11 -08:00
reg.c * Fixed r_reg build 2009-02-20 14:43:59 +01:00

* Library to handle register values for multiple architectures
* Architecture register sets are handled as plugins?
* Designed to be used from radare libr within the modules:
  - r_vm : to properly setup the per-architecture register configuration
  - r_debug : to get/set register values
  - r_core : to display register values in 'd' (debug) command. dr