From 788603abab233c1c3f2f78f9b3ce5b7e871ef48b Mon Sep 17 00:00:00 2001 From: xerox Date: Wed, 22 Jul 2020 13:56:14 +0000 Subject: [PATCH] Update hooks.cpp --- kdstinker/hooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdstinker/hooks.cpp b/kdstinker/hooks.cpp index fabc87f..dbe57b8 100644 --- a/kdstinker/hooks.cpp +++ b/kdstinker/hooks.cpp @@ -26,7 +26,7 @@ namespace hooks // // there are a few writes of size 0xC (inline jump code) we can skip those. // - if (copy_memory_buffer->length > 0x1000) + if (copy_memory_buffer->length > 0x100) { DBG_PRINT("=============== Dumping Memory =============="); DBG_PRINT(