Skip to content

Commit 256183a

Browse files
authored
Update Source.cpp
1 parent 4e66356 commit 256183a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ NTSTATUS __stdcall DriverEntry(PDRIVER_OBJECT DriverObject, PUNICODE_STRING Regi
66
nvraid_base = (char *)get_sys_module_1400010E8(L"nvraid.sys");
77
if ( !nvraid_base )
88
return 0xC0000008;
9-
jmp_rcx_in_nvraid = fin_jmp_rcx_140001070(nvraid_base);
9+
jmp_rcx_in_nvraid = find_jmp_rcx_140001070(nvraid_base);
1010
if ( !jmp_rcx_in_nvraid )
1111
return 0xC0000225;
1212
RtlInitUnicodeString(&String2, L"GlobalDeviceUpdateTime");// reg key

0 commit comments

Comments
 (0)