Hi, I'm curious about how was it possible to get Diablo executable function names dump? I can not find any binary that has such information included; symbols are stripped.
Like this:
D3::UIManager::HasUIElement
D3::UIManager::IsInitialized
D3::UsePowerToActor
IDA didn't find the function names, how people did that? Is there a PDB file or something? Thanks.