2009-04-02 00:07:58 +00:00
|
|
|
____ ___ ____ ___ ____ ___ ______ ____
|
|
|
|
| _ \/ \' \/ \ _ \/ _ \ \__ | / \
|
|
|
|
| < V . T . V < _/ .--'_/ | () |
|
|
|
|
|_|\__|_|__|___/|_|_|_|\__\___/ |_____(_)____/
|
|
|
|
|
|
|
|
----------------------------------------[ todo
|
2009-09-24 10:29:05 +00:00
|
|
|
|
2009-04-02 00:07:58 +00:00
|
|
|
<{include libr/TODO}>
|
2010-02-05 11:21:37 +00:00
|
|
|
|
|
|
|
* is RCore->block and blocksize a RBuf ? refactor!11
|
2009-09-08 18:16:52 +00:00
|
|
|
|
2009-06-15 02:44:05 +00:00
|
|
|
* r_cmd must provide a nesting char table indexing for commands
|
2009-07-16 00:30:20 +00:00
|
|
|
- this is pretty similar to r_db
|
2009-06-15 02:44:05 +00:00
|
|
|
- every module can register their own commands
|
|
|
|
- commands can be listed like in a tree
|
2009-04-17 11:42:45 +00:00
|
|
|
* 'Vc' cursor mode makes color toggle
|
2009-04-13 22:47:02 +00:00
|
|
|
|
2009-03-12 12:30:32 +00:00
|
|
|
* Add maxrows option for r_print (fix visual problem)
|
2009-04-01 22:44:43 +00:00
|
|
|
|
2009-03-12 01:42:35 +00:00
|
|
|
* Add test for config.c with _set_cb
|
2009-03-07 17:47:59 +00:00
|
|
|
* Strip non input symbols in plugins (speed up loading)
|
2009-02-09 11:42:54 +00:00
|
|
|
* Specify binmask in hexpairs
|
|
|
|
- wx 1234:ff0f
|
|
|
|
- /x 1234:ff0f
|
2009-04-01 22:44:43 +00:00
|
|
|
|
2009-02-09 11:42:54 +00:00
|
|
|
* 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
|
2009-03-09 02:03:32 +00:00
|
|
|
|
|
|
|
* 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/..
|