-
Notifications
You must be signed in to change notification settings - Fork 785
Open
Description
Windows doesn't strip sections with IMAGE_SCN_MEM_DISCARDABLE from the image in the user mode:
Line 273 in 5f83e41
if (sectionData->characteristics & IMAGE_SCN_MEM_DISCARDABLE) { |
So these sections have wrong access for EXE/DLL files.
Metadata
Metadata
Assignees
Labels
No labels