AntiDebugWin32 closes process if it release build and not under debugger
Application closes unexpectedly if plugin (loaded assembly) was processed with anti-debug protector.
I try it at huge project and i don't have small project to reproduce the issue. Later, i try to build it.
After a small code digging I found, application close by code
if (OutputDebugString("") > IntPtr.Size) Environment.FailFast("String"); //I added message to identify problem at log
Windows event log confirms it -
It normally reproduces at Windows 7 x64 I tried to run at two computers - my work computer and at production.
Conditions: Win 7 x64, .NET 4.6.1
I met with this issue too. Win2008 server.
On Win10, things were fine.
I use an original Confuser and it's ok.At this project there were more errors, but i don't have time to check them all and fix to use at production. 26.11.2019, 23:27, "GiwrgosGer" [email protected]:any solution to this?—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
I have this problem with Windows 10 machines too. Anyone have ideia of what can be?