mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-09 15:52:33 +00: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