mirror of
https://github.com/gentilkiwi/mimikatz
synced 2025-01-02 19:32:02 +00:00
[fix] !notifObject support for W10 1909 x64
This commit is contained in:
parent
cf8f9f3ee4
commit
d2b4dc0680
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user