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);