relocator: add missing `KiPhysicalToEffectiveUncached` address

This commit is contained in:
Maschell 2020-05-31 02:25:37 +02:00
parent 0225c49e3a
commit 3b94c82ed2
1 changed files with 2 additions and 0 deletions

View File

@ -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){