You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for the issue. _ExAllocatePoolWithTag@12 is the decorated name of the stdcall function ExAllocatePoolWithTag. In addition to stdcall, C++ adds name decoration for function overloading. Therefore, to implement this functionality, it is necessary to add a new interface for converting function signatures to decorated names.
I'm sure there is a better way, but I just wrapped the rust library in a extern call so the name wouldn't be mangled and could be called from this project. https://github.com/coolkingcole/demangle_lib
It seems like it could be a nice feature to demangle/de-decorate names from pdbs. For example in this pdb:
https://msdl.microsoft.com/download/symbols/ntkrnlmp.pdb/00625D7D36754CBEBA4533BA9A0F3FE22/ntkrnlmp.pdb
Query:
Result:
But this query resolves:
Result:
This could be a nice feature/enhancement. Could be a change in this repo or MolecularMatters/raw_pdb
The text was updated successfully, but these errors were encountered: