mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-15 01:10:01 +00:00
Fix #321 - rabin2 -zz should ignore sections
This commit is contained in:
parent
603b595e53
commit
69bb3b2c1f
@ -95,7 +95,7 @@ static RList* get_strings(RBinArch *a, int min) {
|
||||
return NULL;
|
||||
}
|
||||
ret->free = free;
|
||||
if (a->o->sections) {
|
||||
if (a->o->sections && !a->rawstr) {
|
||||
r_list_foreach (a->o->sections, iter, section) {
|
||||
if (is_data_section (a, section)) {
|
||||
count++;
|
||||
|
Loading…
Reference in New Issue
Block a user