radare2/libr/search
Fangrui Song c43e6880fb Refactor search (#8566)
* fix out-of-bounds read in r_search_strings_update
* Remove static variables searchhits maplist maxhits first_hit in cmd_search.c
* Change semantics of r_search_hit_new (update kw->count s->nhits in it), return 2 if search.maxhits is reached and stop searching immediately
* honor search.maxhits in r_search_regexp_update
* Refactor _cb_hit, remove bckwrds/do_bckwrd_srch and static cmdhit
* Fix mem leak in regexp.c
* Add support for /d (delta) /bd (backward + delta) when crossing blocksize boundaries
2017-09-20 17:00:18 +02:00
..
aes-find.c Refactor search (#8566) 2017-09-20 17:00:18 +02:00
bytepat.c fix some coverities 2016-12-18 23:41:55 +01:00
keyword.c Bring RIODesc from SIOL and cleanup 2017-08-18 01:31:57 +00:00
Makefile Add /Ar, to search for RSA keys 2014-06-22 01:41:57 +02:00
meson.build support for static build (#7822) 2017-06-28 22:54:40 +02:00
old_xrefs.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
regexp.c Refactor search (#8566) 2017-09-20 17:00:18 +02:00
rsa-find.c Refactor search (#8566) 2017-09-20 17:00:18 +02:00
search.c Refactor search (#8566) 2017-09-20 17:00:18 +02:00
strings.c Refactor search (#8566) 2017-09-20 17:00:18 +02:00
xrefs.c Refactor search (#8566) 2017-09-20 17:00:18 +02:00