mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-02 11:43:23 +00:00
ff8a7ecd58
* Added cfg.debug config variable * Fix the basic stuff for r.dbg.reg api integrated with core * Failover into the plugin breakpoint implementation to support non memory breakpoints like API ones or hardware ones * Added initial non-working version of the gdbwrap debug plugin - We need to design an IO plugin for gdbwrap too (or a way to change the IO based on the debug plugin)
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
|
|
____ ___ ____ ___ ____ ___ ______ ____
|
|
| _ \/ \' \/ \ _ \/ _ \ \__ | / \
|
|
| < V . T . V < _/ .--'_/ | () |
|
|
|_|\__|_|__|___/|_|_|_|\__\___/ |_____(_)____/
|
|
|
|
----------------------------------------[ todo
|
|
|
|
<{include libr/TODO}>
|
|
|
|
* 'Vc' cursor mode makes color toggle
|
|
|
|
* Finish and import the spp's getopt owns implementation in r_util
|
|
|
|
* Add maxrows option for r_print (fix visual problem)
|
|
* Drop #if conditionals to use #ifdef ones
|
|
- fits better with plan9 compiler
|
|
- use getopt() p9-like macros
|
|
|
|
* Add test for config.c with _set_cb
|
|
* Rename __UNIX__ as __POSIX__
|
|
* Strip non input symbols in plugins (speed up loading)
|
|
* Specify binmask in hexpairs
|
|
- wx 1234:ff0f
|
|
- /x 1234:ff0f
|
|
|
|
* radare2 -e dbg.engine=vm -d ls
|
|
- load the program using r_bin in virtual space
|
|
- initialize vm and set regs
|
|
- debug backend should use the vm
|
|
|
|
* Script plugins
|
|
- We should enable r_lib to implement plugins in any
|
|
scripting language, so we can for example prepare
|
|
a .c stub interface for python/perl/ruby/..
|
|
- Maybe having a preprocessor tool for this..
|