We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e66356 commit 256183aCopy full SHA for 256183a
Source.cpp
@@ -6,7 +6,7 @@ NTSTATUS __stdcall DriverEntry(PDRIVER_OBJECT DriverObject, PUNICODE_STRING Regi
6
nvraid_base = (char *)get_sys_module_1400010E8(L"nvraid.sys");
7
if ( !nvraid_base )
8
return 0xC0000008;
9
- jmp_rcx_in_nvraid = fin_jmp_rcx_140001070(nvraid_base);
+ jmp_rcx_in_nvraid = find_jmp_rcx_140001070(nvraid_base);
10
if ( !jmp_rcx_in_nvraid )
11
return 0xC0000225;
12
RtlInitUnicodeString(&String2, L"GlobalDeviceUpdateTime");// reg key
0 commit comments