mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 15:38:09 +00:00
68cb13b0a6
* Clean and refactor of the TODO
16 lines
542 B
Plaintext
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
|