We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db3502 commit dcbe163Copy full SHA for dcbe163
shared/sdk/REContext.cpp
@@ -341,7 +341,7 @@ namespace sdk {
341
spdlog::info("[VM::update_pointers] Analyzing potential invoke table at {:x}", (uintptr_t)functions);
342
343
// Rest of pointers are not null and point somewhere within the game module
344
- for (auto i = 1; i < 28; ++i) {
+ for (auto i = 1; i < 13; ++i) {
345
if (functions[i] == 0 || IsBadReadPtr(&functions[i], sizeof(void*))) {
346
return utility::ExhaustionResult::CONTINUE;
347
}
0 commit comments