Merge pull request #426 from debug-hf/patch-1
Update AntiDebug.Win32.cs
This commit is contained in:
Коммит
181bbed022
|
@ -22,7 +22,7 @@ namespace Confuser.Runtime {
|
|||
[DllImport("kernel32.dll")]
|
||||
static extern bool IsDebuggerPresent();
|
||||
|
||||
[DllImport("kernel32.dll")]
|
||||
[DllImport("kernel32.dll", CharSet = CharSet.Auto)]
|
||||
static extern int OutputDebugString(string str);
|
||||
|
||||
static void Worker(object thread) {
|
||||
|
@ -67,4 +67,4 @@ namespace Confuser.Runtime {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче