From 2f88ba82fe6bdb492ed650c943bfacff19f2a8c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Leszczy=C5=84ski?= Date: Thu, 15 Apr 2021 18:37:37 +0200 Subject: [PATCH] codemon: fix bug with memory dumps (#1207) --- src/plugins/codemon/codemon.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/codemon/codemon.cpp b/src/plugins/codemon/codemon.cpp index de65172f4..384cd9bc6 100644 --- a/src/plugins/codemon/codemon.cpp +++ b/src/plugins/codemon/codemon.cpp @@ -568,9 +568,6 @@ bool setup_dump_context(mmvad_info_t mmvad, ctx_memory_dump->translate_mechanism = VMI_TM_PROCESS_DTB; //The CR3 reg stores the address to the directory table base ctx_memory_dump->dtb = cr3; - //Required to be set to "null" - ctx_memory_dump->ksym = nullptr; - ctx_memory_dump->pid = 0; //Option to dump the whole VAD node instead of just a single page if (dump_vad)