Fix undecorated label display when it comes from exported symbols.
This commit is contained in:
parent
3c22b64cd8
commit
7de0e994dd
|
|
@ -37,6 +37,7 @@ bool SymbolFromAddressExact(duint address, SymbolInfo & symInfo)
|
|||
symInfo.size = 0;
|
||||
symInfo.disp = 0;
|
||||
symInfo.decoratedName = modExport->name;
|
||||
symInfo.undecoratedName = modExport->undecoratedName;
|
||||
symInfo.publicSymbol = true;
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue