2009-04-02 00:07:58 +00:00
|
|
|
|
|
|
|
____ ___ ____ ___ ____ ___ ______ ____
|
|
|
|
| _ \/ \' \/ \ _ \/ _ \ \__ | / \
|
|
|
|
| < V . T . V < _/ .--'_/ | () |
|
|
|
|
|_|\__|_|__|___/|_|_|_|\__\___/ |_____(_)____/
|
|
|
|
|
|
|
|
----------------------------------------[ todo
|
|
|
|
|
|
|
|
<{include libr/TODO}>
|
|
|
|
|
2009-04-17 11:42:45 +00:00
|
|
|
* 'Vc' cursor mode makes color toggle
|
2009-04-13 22:47:02 +00:00
|
|
|
|
2009-04-02 00:07:58 +00:00
|
|
|
* Finish and import the spp's getopt owns implementation in r_util
|
|
|
|
|
2009-03-12 12:30:32 +00:00
|
|
|
* Add maxrows option for r_print (fix visual problem)
|
2009-03-14 11:39:37 +00:00
|
|
|
* Drop #if conditionals to use #ifdef ones
|
|
|
|
- fits better with plan9 compiler
|
2009-04-01 22:44:43 +00:00
|
|
|
- use getopt() p9-like macros
|
|
|
|
|
2009-03-12 01:42:35 +00:00
|
|
|
* Add test for config.c with _set_cb
|
2009-03-12 00:42:32 +00:00
|
|
|
* Rename __UNIX__ as __POSIX__
|
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/..
|
|
|
|
- Maybe having a preprocessor tool for this..
|