Moved simple output of segments from iSq to iSSq (#10317)

This commit is contained in:
Khairul Azhar Kasmiran 2018-06-11 19:16:56 +08:00 committed by radare
parent 7fb3381f80
commit 19be78b0c2

View File

@ -2212,6 +2212,9 @@ static int bin_sections(RCore *r, int mode, ut64 laddr, int va, ut64 at, const c
}
} else if (IS_MODE_SIMPLE (mode)) {
char *hashstr = NULL;
if (section->is_segment != print_segments) {
continue;
}
if (chksum) {
ut8 *data = malloc (section->size);
if (!data) {