mirror of https://github.com/x64dbg/TitanEngine
fixed Global.Debugger.h
This commit is contained in:
parent
40bd9878c8
commit
2e37c68d43
|
|
@ -36,9 +36,12 @@ extern bool engineFileIsBeingDebugged;
|
|||
extern ULONG_PTR engineFakeDLLHandle;
|
||||
extern LPVOID engineAttachedProcessDebugInfo;
|
||||
extern wchar_t szDebuggerName[512];
|
||||
extern bool DebugStepFinal = false;
|
||||
extern LPVOID StepOutCallBack = 0;
|
||||
|
||||
long DebugLoopInSecondThread(LPVOID InputParameter);
|
||||
void DebuggerReset();
|
||||
void ClearProcessList();
|
||||
void StepOutStepCallBack();
|
||||
|
||||
#endif //_GLOBAL_DEBUGGER_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue