mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 07:30:33 +00:00
Moved simple output of segments from iSq to iSSq (#10317)
This commit is contained in:
parent
7fb3381f80
commit
19be78b0c2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user