mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
bug fix
This commit is contained in:
parent
3aa74dedfe
commit
23444671ea
1 changed files with 1 additions and 1 deletions
|
@ -1269,7 +1269,7 @@ InitiateEptFunctionAddressArrays()
|
|||
}
|
||||
|
||||
for (INT index = 0; index < EPT_PROTECTED_FUNCTIONS_COUNT; index++) {
|
||||
ImpRtlInitUnicodeString(¤t_function, CONTROL_FUNCTIONS[index]);
|
||||
ImpRtlInitUnicodeString(¤t_function, PROTECTED_FUNCTIONS[index]);
|
||||
PROTECTED_FUNCTION_ADDRESSES[index] =
|
||||
ImpMmGetSystemRoutineAddress(¤t_function);
|
||||
|
||||
|
|
Loading…
Reference in a new issue