mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 04:05:06 +00:00
Fix overlay size issue
This commit is contained in:
parent
ea89778fca
commit
d9bf4bd494
@ -2797,11 +2797,6 @@ R_API void r_core_bin_export_info_rad(RCore *core) {
|
||||
if ((flagname = strstr (dup, ".cparse"))) {
|
||||
r_cons_printf ("\"td %s\"\n", v);
|
||||
}
|
||||
if ((flagname = strstr (dup, ".size"))) {
|
||||
*flagname = 0;
|
||||
flagname = dup;
|
||||
r_cons_printf ("fl %s %s\n", flagname, v);
|
||||
}
|
||||
free (dup);
|
||||
}
|
||||
R_FREE (offset);
|
||||
@ -2823,6 +2818,11 @@ R_API void r_core_bin_export_info_rad(RCore *core) {
|
||||
r_cons_printf ("Cf %d %s @ %s\n", fmtsize, v, off);
|
||||
}
|
||||
}
|
||||
if ((flagname = strstr (dup, ".size"))) {
|
||||
*flagname = 0;
|
||||
flagname = dup;
|
||||
r_cons_printf ("fl %s %s\n", flagname, v);
|
||||
}
|
||||
}
|
||||
free (offset);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user