mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-11 17:16:03 +00:00
dfe94a984e
- 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
** 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