Changed AOB scan function name
This commit is contained in:
@@ -40,7 +40,7 @@ extern "C" __declspec(dllexport) void SetFixEnabled(bool enabled)
|
||||
if (g_fix_enabled && !AOBScanDone) {
|
||||
logger->info("--------------- AOB scan started ---------------");
|
||||
constexpr auto FOVStringObfuscated = make_obfuscated<0x4A>("F3 0F ?? ?? ?? ?? ?? ?? 0F 2F ?? ?? ?? ?? ?? 77 ?? 48 8B ?? ?? ?? ?? ?? F3 0F ?? ?? ?? F3 0F ?? ?? ?? ?? ?? ??");
|
||||
FOVaddress = Memory::aob_scan(gameExecutable, FOVStringObfuscated.decrypt(), PAGE_EXECUTE_READ);
|
||||
FOVaddress = Memory::AOBScan(gameExecutable, FOVStringObfuscated.decrypt(), PAGE_EXECUTE_READ);
|
||||
|
||||
//Dead Space.exe + 1ACB628 - 48 8B 83 10 03 00 00 - mov rax, [rbx + 00000310]
|
||||
//Dead Space.exe + 1ACB62F - F3 0F 10 40 6C - movss xmm0, [rax + 6C]
|
||||
|
||||
Reference in New Issue
Block a user