[fix] !notifObject support for W10 1909 x64

This commit is contained in:
Jackson T 2020-07-28 08:51:08 -07:00 committed by GitHub
parent cf8f9f3ee4
commit d2b4dc0680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ KKLL_M_MEMORY_GENERIC ObjectReferences[] = {
{KiwiOsIndex_10_1803, {sizeof(PTRN_W10_Object), PTRN_W10_Object}, L"ObCreateObjectType", L"IoCreateDriver", { 25, 0x010, 0x070, 0x0c8}},
{KiwiOsIndex_10_1809, {sizeof(PTRN_W10_Object), PTRN_W10_Object}, L"ObCreateObjectType", L"IoCreateDriver", { 25, 0x010, 0x070, 0x0c8}},
{KiwiOsIndex_10_1903, {sizeof(PTRN_W10_Object), PTRN_W10_Object}, L"ObCreateObjectType", L"IoCreateDriver", { 25, 0x010, 0x070, 0x0c8}},
{KiwiOsIndex_10_1909, {sizeof(PTRN_W10_Object), PTRN_W10_Object}, L"ObCreateObjectType", L"IoCreateDriver", { 25, 0x010, 0x070, 0x0c8}},
{KiwiOsIndex_10_1909, {sizeof(PTRN_W10_Object), PTRN_W10_Object}, L"ObCreateObjectType", L"PoCreateThermalRequest", { 25, 0x010, 0x070, 0x0c8}},
{KiwiOsIndex_10_2004, {sizeof(PTRN_W10_Object), PTRN_W10_Object}, L"ObCreateObjectType", L"IoCreateDriver", { 25, 0x010, 0x070, 0x0c8}},
};
UCHAR PTRN_W23_Reg[] = {0x49, 0x8d, 0x0c, 0xdc, 0x45, 0x33, 0xc0, 0x48, 0x8b, 0xd7, 0xe8};
@ -443,4 +443,4 @@ NTSTATUS kkll_m_notify_desc_object_callback(POBJECT_CALLBACK_ENTRY pCallbackEntr
}
}
return status;
}
}