mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 20:39:46 +00:00
Fix logic in V. (thx @jroimartin for the tip)
This commit is contained in:
parent
6b8d0b9aaf
commit
b862dc5587
@ -2255,9 +2255,10 @@ R_API int r_core_visual_cmd(RCore *core, const char *arg) {
|
||||
entry = r_config_get_i (core->config, "bin.baddr");
|
||||
}
|
||||
}
|
||||
}
|
||||
if (entry && entry != UT64_MAX) {
|
||||
r_core_seek (core, entry, 1);
|
||||
}
|
||||
//r_core_cmd (core, "s entry0", 0);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user