radare2/libr/syscall/TODO
pancake 9442317413 * Major refactoring patch
- Remove plugin prefixes
    - It was unnecessary complicated
  - Remove unused code
  - Some RAPIfication
  - Rename _set( methods into _use(
  - Simplify some string processing
  - r_parse is working again
  - Sync all those api changes in r_core
  - External static plugin lists moved to .c
  - Fix some cast-related segfaults in core
* Review the r_search API
  - RAPIfication
  - Allow to pass NULL as binmask
  - Added TODO with some more ideas
2009-09-24 12:29:05 +02:00

5 lines
144 B
Plaintext

* Pluggify!
* Add w32 0x2e syscall support
* import syscalls from file (ala r_reg)
* Added documentation string per-syscall in r_syscall_list_t