Those Windows DLLs are confirmed to not work well with MemoryModule or even crash your program when loaded.
DllMain always fail:
Crashes your program with STATUS_ACCESS_VIOLATION:
- wininet.dll
- shell32.dll
- oleaut32.dll
- ole32.dll
- shlwapi.dll
- urlmon.dll
- msvcr100.dll
Tested on Windows 10 (x64) Pro 22H2 (build 19045.4046)
Those Windows DLLs are confirmed to not work well with MemoryModule or even crash your program when loaded.
DllMain always fail:
Crashes your program with STATUS_ACCESS_VIOLATION:
Tested on Windows 10 (x64) Pro 22H2 (build 19045.4046)