more comments about MembpTest

This commit is contained in:
mrexodia 2017-01-04 03:26:34 +01:00
parent c55d5222f3
commit aae243aa33
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 1 additions and 0 deletions

View File

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