From aae243aa33d4d9ed688d2dd425214a5a9686e734 Mon Sep 17 00:00:00 2001 From: mrexodia Date: Wed, 4 Jan 2017 03:26:34 +0100 Subject: [PATCH] more comments about MembpTest --- MyDebugger/MyDebugger.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MyDebugger/MyDebugger.h b/MyDebugger/MyDebugger.h index 03b5e25..7b2100f 100644 --- a/MyDebugger/MyDebugger.h +++ b/MyDebugger/MyDebugger.h @@ -76,6 +76,7 @@ protected: else printf("No free hardware breakpoint slot...\n");*/ + //https://github.com/mrexodia/GleeBugMembpTest entry = ptr(createProcess.lpBaseOfImage) + 0x1060; //MembpTest, main.cpp:43 (x64) if(mProcess->SetBreakpoint(entry, this, &MyDebugger::cbEntryBreakpoint, true)) printf("Breakpoint set at 0x%p!\n", entry);