This commit is contained in:
Mr. eXoDia 2015-09-11 15:47:37 +02:00
parent 3bde590956
commit 1c9b5468a4
1 changed files with 6 additions and 6 deletions

View File

@ -30,6 +30,12 @@ protected:
})); }));
} }
void cbStepSystem()
{
printf("Reached step after system breakpoint, GIP: 0x%p!\n",
_registers->Gip());
}
void cbCreateProcessEvent(const CREATE_PROCESS_DEBUG_INFO & createProcess, const ProcessInfo & process) override void cbCreateProcessEvent(const CREATE_PROCESS_DEBUG_INFO & createProcess, const ProcessInfo & process) override
{ {
ptr entry = ptr(createProcess.lpStartAddress); ptr entry = ptr(createProcess.lpStartAddress);
@ -109,12 +115,6 @@ protected:
rip.dwError); rip.dwError);
} }
void cbStepSystem()
{
printf("Reached step after system breakpoint, GIP: 0x%p!\n",
_registers->Gip());
}
void cbSystemBreakpoint() override void cbSystemBreakpoint() override
{ {
printf("System breakpoint reached, GIP: 0x%p\n", printf("System breakpoint reached, GIP: 0x%p\n",