diff --git a/relocator/src/utils/function_patcher.cpp b/relocator/src/utils/function_patcher.cpp index 417c5bd..207c2c8 100644 --- a/relocator/src/utils/function_patcher.cpp +++ b/relocator/src/utils/function_patcher.cpp @@ -251,6 +251,8 @@ uint32_t GetAddressOfFunction(const char *functionName, uint32_t library) { return 0xffee0aac; }else if(strcmp(functionName, "KiPhysicalToEffectiveCached") == 0){ return 0xffee0a3c; + }else if(strcmp(functionName, "KiPhysicalToEffectiveUncached") == 0){ + return 0xffee0a80; }else if(strcmp(functionName, "IPCKDriver_ValidatePhysicalAddress") == 0){ return 0xfff0cb5c; }else if(strcmp(functionName, "KiIsEffectiveRangeValid") == 0){