Fix #321 - rabin2 -zz should ignore sections

This commit is contained in:
pancake 2013-11-09 00:28:58 +01:00
parent 603b595e53
commit 69bb3b2c1f

View File

@ -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++;