XenocodeRCE / neo-ConfuserEx

Updated ConfuserEX, an open-source, free obfuscator for .NET applications
http://yck1509.github.io/ConfuserEx/
Other
746 stars 89 forks source link

AntiDebugWin32 closes process if it release build and not under debugger #53

Open Braidon opened 5 years ago

Braidon commented 5 years ago

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 - Pic

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

wmjordan commented 4 years ago

I met with this issue too. Win2008 server.

On Win10, things were fine.

Braidon commented 4 years ago

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.

digocesar commented 2 years ago

I have this problem with Windows 10 machines too. Anyone have ideia of what can be?