Skip to content

Commit

Permalink
codemon: fix bug with memory dumps (tklengyel#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
icedevml authored Apr 15, 2021
1 parent f42bfd6 commit 2f88ba8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/plugins/codemon/codemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2f88ba8

Please sign in to comment.