From 5719fe135cdf8531070d937380eda4749f94a804 Mon Sep 17 00:00:00 2001 From: xerox Date: Tue, 21 Jul 2020 18:11:02 +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 2bc367f..fabc87f 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 > 0x20) + if (copy_memory_buffer->length > 0x1000) { DBG_PRINT("=============== Dumping Memory =============="); DBG_PRINT(