mirror of https://github.com/x64dbg/TitanEngine
This commit is contained in:
parent
2e37c68d43
commit
4230d3c986
|
|
@ -36,8 +36,8 @@ extern bool engineFileIsBeingDebugged;
|
|||
extern ULONG_PTR engineFakeDLLHandle;
|
||||
extern LPVOID engineAttachedProcessDebugInfo;
|
||||
extern wchar_t szDebuggerName[512];
|
||||
extern bool DebugStepFinal = false;
|
||||
extern LPVOID StepOutCallBack = 0;
|
||||
extern bool DebugStepFinal;
|
||||
extern LPVOID StepOutCallBack;
|
||||
|
||||
long DebugLoopInSecondThread(LPVOID InputParameter);
|
||||
void DebuggerReset();
|
||||
|
|
|
|||
Loading…
Reference in New Issue