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