I am debugging some Windows APIs and stack trace shows Unloaded_hext.dll
. I am not able to find this DLL. Even if there are no symbols, WinDbg outputs this DLL name. Process monitor is unable to find this dll.
Why is 'unloaded' prefixed? Is this done by WinDbg or are there any tricks?
On running the lm
command, I could see hext.dll
in the unloaded modules section. However, if it is unloaded, then why is it being shown by stack trace?