You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Braidon
changed the title
AntiDebugWin32 closes process if it release and not under debugger
AntiDebugWin32 closes process if it release build and not under debugger
Jul 12, 2019
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" <notifications@github.com>:any solution to this?—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
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
The text was updated successfully, but these errors were encountered: