comment about MembpTest

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

View File

@ -76,7 +76,7 @@ protected:
else else
printf("No free hardware breakpoint slot...\n");*/ 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)) if(mProcess->SetBreakpoint(entry, this, &MyDebugger::cbEntryBreakpoint, true))
printf("Breakpoint set at 0x%p!\n", entry); printf("Breakpoint set at 0x%p!\n", entry);
else else