mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 20:22:38 +00:00
reverting va, apparently I broke it by fixing it, but its not broke anymore...hopefully
This commit is contained in:
parent
ccd69e569e
commit
0674aa9c60
@ -91,13 +91,6 @@ static int __cb_hit(RSearchKeyword *kw, void *user, ut64 addr) {
|
||||
return R_FALSE;
|
||||
}
|
||||
|
||||
// XXX - Need to sort out what the value will be,
|
||||
// I (dso) think it should *always* physical offset in r2/file
|
||||
if (r_config_get_i (core->config, "io.va")) {
|
||||
addr = addr + r_config_get_i (core->config, "bin.baddr");
|
||||
// XXX - this fails to work? why?
|
||||
//addr = r_io_section_offset_to_vaddr (core->io, addr);
|
||||
}
|
||||
if (searchcount) {
|
||||
if (!--searchcount) {
|
||||
//eprintf ("\nsearch stop: search.count reached\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user