From 26ddf966a9c1da1316fe08f000b29c91f271b996 Mon Sep 17 00:00:00 2001 From: 0TheSpy <5511c282@opayq.com> Date: Wed, 16 Jun 2021 19:57:01 +0300 Subject: [PATCH] Update Interfaces.cpp --- SpyCustom/Interfaces.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/SpyCustom/Interfaces.cpp b/SpyCustom/Interfaces.cpp index 688f846..52b728d 100644 --- a/SpyCustom/Interfaces.cpp +++ b/SpyCustom/Interfaces.cpp @@ -160,6 +160,7 @@ void IF::Init() #ifdef DEBUG printf("Prime found at %x\n", prime); #endif + //memcpy(oldprime, prime, 5); }