radare2/libr/TODO
pancake 8fbe0be140 * Add --without-pic configure flag to build radare2
without PIC code (only static libraries, and link binaries)
  - Fix linking order dependencies
* Fix some missing EXT_EXE
* Add some definitions to make debug_ptrace register work
  on Solaris and *BSD (no windows yet)
  - Some fixes for mips, x86, x86-64, arm and powerpc
* Initial import of rsc2
  - Added intel2att rsc2 sample script
2010-01-21 21:22:30 +01:00

66 lines
1.8 KiB
Plaintext

|| search ||
------------
- bytepat and so should be buggy now, bugfix required
- implement r_search_xrefs
- configure before throw the search
|| asm ||
---------
- Add CIC, lua, dalvik, xtensa (mm cpu) disassemblers
- http://git.linux-xtensa.org/cgi-bin/git.cgi?p=buildroot/buildroot-xtensa;a=blob;f=toolchain/binutils/binutils-xtensa_dc232b.tgz;h=214164399158c540a3033e52b3bb9f65c55289af;hb=HEAD
- Check if there are endianess issues
|| anal || **MISSING**
----------
- define api, write vapi, integrate in core, etc..
- integrate with r_var to make variable access analysis
|| bin ||
---------
- Add dex format support (android)
|| cmd ||
---------
- long commands not yet tested at all
- added interface to export command list into an autocompletable
argc, argv for dietline
|| line ||
----------
- make it work with state like teh rest ???
- add support for readline callbacks
|| cons ||
----------
- add pipe_to_buffer..not only file descriptors
- major cleanup
- split in multiple files
- get_real_columns() should be renamed to get_columns()
|| flags ||
-----------
- Define a way to iterate flags from vala
- We probably need more methods
- support to define relations between flags
(flag hirearchies)
r_flagtree
- r_flags should have a tree construction to access to them faster
- btree? following pointers like bigger,smaller
{ struct r_flag_t *bigger, *smaller; }
- hooks r_flag_add to recalculate in r_flag_optimize(), bigger/smaller pointers
- hooks r_flag_del to recalculate too.
- the r_flag_get by string should have another construction with btree
for the string of the name
|| hash ||
----------
- Extend it with plugins?
|| diff ||
----------
- Reimplement or fix the delta diffing in C
|| lib ||
---------
- Cleanup and test w32/osx support