mmLoader
mmLoader copied to clipboard
Unable to get export functions of DLL
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.
Please provide more information.