forked from radareorg/radare2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
37 lines (28 loc) · 1.11 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
____ ___ ____ ___ ____ ___ ______ ____
| _ \/ \' \/ \ _ \/ _ \ \__ | / \
| < V . T . V < _/ .--'_/ | () |
|_|\__|_|__|___/|_|_|_|\__\___/ |_____(_)____/
----------------------------------------[ todo
<{include libr/TODO}>
* BUG:
rasm2 -s att -a x86.nasm 'push 0x1e(%esp)'
* is RCore->block and blocksize a RBuf ? refactor!11
* 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/..