fancycode / MemoryModule

Library to load a DLL from memory.
http://www.joachim-bauch.de/tutorials/loading-a-dll-from-memory/
Mozilla Public License 2.0
2.74k stars 750 forks source link

Test user32.dll with Win7 x64 #69

Open Firstsmileaheadofbed opened 7 years ago

Firstsmileaheadofbed commented 7 years ago

Test user32.dll with Win7 x64, failed both 32 and 64.

lynnux commented 5 years ago

maybe same as #54

Elmue commented 4 years ago

If a process uses GUI this DLL is already loaded. There is no need for you to load it manually. Use GetModuleHandle("user32.dll") instead!