XenocodeRCE / neo-ConfuserEx

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

App doesn't work like it should after using ConfuserEx #54

Closed SilverSilencer closed 5 years ago

SilverSilencer commented 5 years ago

When I use ConfuserEx on my small app, some functions are not working in app and I don't know why. Most have to do with "connecting to internet", for example I have a function which checks current time and after I use ConfuserEx on my app that doesn't work, app just does nothing or freezes. I searched around for some solution but found nothing (even tried other protectors and have problem on all versions). Any idea what could be wrong? I saw someone write that it may be because of watermark function at ConfuserEx but I was not able to remove and compile it, can only use executable version.

XenocodeRCE commented 5 years ago

Hello,

it has nothing to do with the obfuscators if "all" of them are failing, it has to do with your file

LuanDevecchi commented 5 years ago

So, where's your code?

SilverSilencer commented 5 years ago

Found out what was the problem - AV/FW (Comodo) was blocking app even when I had it on silent mode. After I turned it on and allowed connection it started working.