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 ULONG_PTR engineFakeDLLHandle;
|
||||||
extern LPVOID engineAttachedProcessDebugInfo;
|
extern LPVOID engineAttachedProcessDebugInfo;
|
||||||
extern wchar_t szDebuggerName[512];
|
extern wchar_t szDebuggerName[512];
|
||||||
|
extern bool DebugStepFinal = false;
|
||||||
|
extern LPVOID StepOutCallBack = 0;
|
||||||
|
|
||||||
long DebugLoopInSecondThread(LPVOID InputParameter);
|
long DebugLoopInSecondThread(LPVOID InputParameter);
|
||||||
void DebuggerReset();
|
void DebuggerReset();
|
||||||
void ClearProcessList();
|
void ClearProcessList();
|
||||||
|
void StepOutStepCallBack();
|
||||||
|
|
||||||
#endif //_GLOBAL_DEBUGGER_H
|
#endif //_GLOBAL_DEBUGGER_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue