-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
MasterHide/MasterHide/shadow_ssdt.cpp
Line 203 in 3e79de1
| if ( ObjName->Name.Buffer && !wcsncmp( L"\\Windows\\ApiPort", ObjName->Name.Buffer, 20 ) ) |
"\Windows\ApiPort" lenght is 17, not 20
wcsncmp( L"\\Windows\\ApiPort", ObjName->Name.Buffer, 17 )
Metadata
Metadata
Assignees
Labels
No labels