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

Protected file crashes on Windows 7 #29

Closed imcraze closed 5 years ago

imcraze commented 5 years ago

Describe the bug When running a protected file on Windows 7, it crashes.

To Reproduce Steps to reproduce the behavior:

  1. Protect a file
  2. Run it on Windows 7
  3. Witness a crash

Expected behavior It is expected not to crash.

Additional comments This may be due to the configuration or the program itself.

mkaring commented 5 years ago

Can you share the protections you did choose to use? And can you give some information regarding the application you are trying to protection. What technologies are used (e.g. WPF) and what framework version you are targeting?

Without any information it is not possible to track down the issue.

XenocodeRCE commented 5 years ago

Indeed. Share with us the config / program, my unit tests works fine. I'll push a commit today with new updates

imcraze commented 5 years ago

Oh yes, sorry. It's a console program being protected with the maximum preset. <rule pattern="true" preset="maximum" inherit="false" /> It's also running on .NET Framework 4.5.

XenocodeRCE commented 5 years ago
<project outputDir="C:\Users\¤¤¤\source\repos\neo-ConfuserEx\UnitTest\bin\Debug\Confused" baseDir="C:\Users\¤¤¤\source\repos\neo-ConfuserEx\UnitTest\bin\Debug" xmlns="http://confuser.codeplex.com">
  <module path="UnitTest.exe">
    <rule pattern="true" preset="maximum" inherit="false">
      <protection id="anti ildasm" />
      <protection id="anti tamper" />
      <protection id="constants" />
      <protection id="ctrl flow" />
      <protection id="anti dump" />
      <protection id="anti debug" />
      <protection id="ref proxy" />
      <protection id="resources" />
      <protection id="rename" />
    </rule>
  </module>
</project>

Works perfectly fine with the in-built unit test app

UnitTest.zip

imcraze commented 5 years ago

Weird, my program works fine without protection but crashes with it.

XenocodeRCE commented 5 years ago

Since you seems to not be able to give further informations i'll close the thread. Come back when you will be able to give usefull informations about your program :-)