From 5c9cdd46d271c5aee29e99ad6c95571f578265f3 Mon Sep 17 00:00:00 2001 From: 34736384 <34736384@users.noreply.github.com> Date: Wed, 7 May 2025 13:34:52 +0800 Subject: [PATCH] update psn pattern --- lib/src/il2cpp-init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/il2cpp-init.cpp b/lib/src/il2cpp-init.cpp index 6402a9c..f8bd0b3 100644 --- a/lib/src/il2cpp-init.cpp +++ b/lib/src/il2cpp-init.cpp @@ -369,7 +369,7 @@ namespace // look for ItemModule.GetBagManagerByStoreType <- mf got inlined in 5.5 // we just gon to look for OnPlayerStoreNotify - const auto candidates = Util::PatternScanAll(il2cppSection, "41 83 F8 02 ? ? ? ? ? ? ? ? ? ? ? ? ? ? 41 83 F8 01"); + const auto candidates = Util::PatternScanAll(il2cppSection, "41 83 F8 02 B8 ? ? ? ? B9 ? ? ? ? 48 0F 45 C1"); std::println("Candidates: {}", candidates.size()); if (candidates.empty()) return;