Windows doesn't strip sections with IMAGE_SCN_MEM_DISCARDABLE from the image in the user mode:
MemoryModule/MemoryModule.c
Line 273 in 5f83e41
So these sections have wrong access for EXE/DLL files.
Windows doesn't strip sections with IMAGE_SCN_MEM_DISCARDABLE from the image in the user mode:
MemoryModule/MemoryModule.c
Line 273 in 5f83e41
So these sections have wrong access for EXE/DLL files.