mirror of https://github.com/x64dbg/GleeBug
comment about MembpTest
This commit is contained in:
parent
cf207f9d33
commit
c55d5222f3
|
|
@ -76,7 +76,7 @@ protected:
|
|||
else
|
||||
printf("No free hardware breakpoint slot...\n");*/
|
||||
|
||||
entry = ptr(createProcess.lpBaseOfImage) + 0x1060;
|
||||
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);
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue