Skip to content

Commit 34c0ca3

Browse files
committed
Driver: fixed DarthTon#276
1 parent 78b519f commit 34c0ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BlackBoneDrv/BlackBoneDrv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ NTSTATUS BBInitDynamicData( IN OUT PDYNAMIC_DATA pData )
361361
{
362362
pData->ver = WINVER_10_RS1;
363363
pData->KExecOpt = 0x1BF;
364-
pData->Protection = 0x6CA;
364+
pData->Protection = pData->buildNo >= 447 ? 0x6CA : 0x6C2;
365365
pData->EProcessFlags2 = 0x300;
366366
pData->ObjTable = 0x418;
367367
pData->VadRoot = 0x620;

0 commit comments

Comments
 (0)