Open plafosse opened 3 months ago
So the pdb loader is accurately reflecting what the pdb says, namely ?InlineIsEqualGUID@@YGHABU_GUID@@0@Z
which demangles to int __stdcall InlineIsEqualGUID(struct _GUID const &,struct _GUID const &)
. Not sure this is our bug...
Version and Platform (required):
Bug Description: Binary Ninja can properly figure out the difference between stdcall and fastcall in x86 windows binaries. However when debug info is applied at least in this particular case the calling convention is not correctly set.
Steps To Reproduce: Please provide all steps required to reproduce the behavior:
shcore.dll
binary shared internally with debug info enabled10024bd0 int32_t __stdcall InlineIsEqualGUID(struct _GUID const& arg1, struct _GUID const& arg2)
on both