mmLoader icon indicating copy to clipboard operation
mmLoader copied to clipboard

Unable to get export functions of DLL

Open CheneyChenStar opened this issue 4 years ago • 1 comments

I don't get export functions of my DLL after used GetMemModuleProc in mmLoader and GetProcAddress in win32 api lib. when I used GetMemModuleProc, I found member of NumberOfFunctions of ExportDirectory is zero, but I exported two functions in my DLL. maybe problem is in ResolveImportTable function.

CheneyChenStar avatar Jun 20 '21 12:06 CheneyChenStar

Please provide more information.

tishion avatar Dec 13 '21 02:12 tishion