mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-27 08:12:44 +00:00
1d90ad7143
- Add rasign test program for r_sign * Minor code cleanup in cons * Cleanup and sort commands in help message * Make oobi input work as command interpreter - Add r_core_cmd_buffer * Some basic design workup for xrefs search engine
* 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 information about the type of regs. - we can base this stuff as in r_vm is done