mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-26 15:54:59 +00:00
Invert output of S=
This commit is contained in:
parent
d71f2a5843
commit
ad0aba8ca7
@ -64,7 +64,7 @@ static void __section_list (RIO *io, ut64 offset, RPrint *print, int rad) {
|
||||
free (n);
|
||||
}
|
||||
} else {
|
||||
ls_foreach_prev (io->sections, iter, s) {
|
||||
ls_foreach (io->sections, iter, s) {
|
||||
print->cb_printf ("[%02d:%02d]", s->bin_id, s->id);
|
||||
if (io->va) {
|
||||
if ((s->vaddr <= offset) && ((offset - s->vaddr) < s->vsize)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user