pancake dfe94a984e * Initial working version of r_reg
- Does not yet supports bitlevel registers
  - Added test program modifying and showing regs
  - Added dummy x86-linux.regs register layout
* Added r_mem_copybits() in r_util
  - Bitlevel precission for a memcpy
2009-09-19 21:54:22 +02:00
..
2009-09-19 21:54:22 +02:00
2009-09-19 21:54:22 +02:00
2009-09-19 21:54:22 +02:00
2009-09-19 21:54:22 +02:00
2009-09-19 21:54:22 +02:00
2009-09-19 21:54:22 +02:00

** TO BE REMOVED ** THIS MODULE IS PLANED TO DISSAPEAR **

* 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

------------------------------------------------------------------
We will have to split up every arch into a plugin
- define an API to access to registers and get info. about the type of regs.
- we can base this stuff as in r_vm is done

We must merge the r_vm reg stuff here too, its all about static, dynamic
and virtual analysis

-- add methods to transplant all registers from one side to other
 - allows to convert foo