-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
MasterHide/MasterHide/tools.cpp
Line 117 in 3e79de1
| ProbeForRead( pImageBase, sizeof( pImageBase ), __alignof( pImageBase ) ); |
Bad size for ProbeForRead, code trying to check for sizeof(PUCHAR), but want to read sizeof(IMAGE_DOS_HEADER)
ProbeForRead( pImageBase, sizeof(IMAGE_DOS_HEADER), __alignof( pImageBase ) );
Metadata
Metadata
Assignees
Labels
No labels