From 9b3e6e67ac6bc2af7bc750fd995581d33a0177d1 Mon Sep 17 00:00:00 2001 From: anna <44528100+pozm@users.noreply.github.com> Date: Fri, 6 Jan 2023 14:54:20 +0000 Subject: [PATCH] fix history + new sig --- library.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library.cpp b/library.cpp index bd54118..bd9f702 100644 --- a/library.cpp +++ b/library.cpp @@ -5,7 +5,8 @@ std::pairfunction_sig[] = { {"48 8D 05 ? ? ? ? 41 8A 04 04", 0}, {"48 8D 05 ? ? ? ? 0F B6 ? 03", 0}, - {"4C 8D 05 ? ? ? ? 0F 1F 40 00", 0} + {"4C 8D 05 ? ? ? ? 0F 1F 40 00", 0}, + {"48 8D 35 ? ? ? ? 48 85 C0 74 37",0} };