|
|
|
@ -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(
|
|
|
|
|