We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e77062 commit 1521d8fCopy full SHA for 1521d8f
plugins/dwarf/dwarf_import/src/dwarfdebuginfo.rs
@@ -608,7 +608,7 @@ impl DebugInfoBuilder {
608
if func.address.is_none() && func.raw_name.is_some() {
609
// DWARF doesn't contain GOT info, so remove any entries there...they will be wrong (relying on Binja's mechanisms for the GOT is good )
610
if symbol.sym_type() != SymbolType::ImportAddress {
611
- func.address = Some(symbol.address());
+ func.address = Some(symbol.address() - bv.start());
612
}
613
614
0 commit comments