mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-03 02:41:08 +00:00
5e3f145019
* Minor sort of TODO files * Nicer output for make install * Add socket/t/Makefile and fix test case
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
____ ___ ____ ___ ____ ___ ______ ____
|
|
| _ \/ \' \/ \ _ \/ _ \ \__ | / \
|
|
| < V . T . V < _/ .--'_/ | () |
|
|
|_|\__|_|__|___/|_|_|_|\__\___/ |_____(_)____/
|
|
|
|
----------------------------------------[ todo
|
|
|
|
<{include libr/TODO}>
|
|
|
|
* r_cmd must provide a nesting char table indexing for commands
|
|
- this is pretty similar to r_db
|
|
- every module can register their own commands
|
|
- commands can be listed like in a tree
|
|
* 'Vc' cursor mode makes color toggle
|
|
|
|
* Add maxrows option for r_print (fix visual problem)
|
|
|
|
* Add test for config.c with _set_cb
|
|
* 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/..
|