radare2/libr/search/TODO
pancake 68cb13b0a6 * Do not ask to save project when project file is ""
* Clean and refactor of the TODO
2010-04-07 11:07:59 +02:00

16 lines
542 B
Plaintext

|| search ||
------------
* bytepat and so should be buggy now, bugfix required
* Implement xrefs algorithm
- We must think on a way to do it more algoritmically
- implement r_search_xrefs
* Add support for stepped searchs (skip N bytes after every read)
- minimum distance between hits
- Enable/Disable chained hits
- Allow to enable/disable nested hits
- per keyword
* Enable/Disable nested hits (??)
* Added support for negated searchs (find until no keyword matches)
- per keyword
- useful to find the end of a \xff block