Page 1 of 1

I can Make My Exe copy easily

Posted: Wed Dec 27, 2017 6:53 am
by buzzard
Hi, I can Make my Protected Exe copy using MegaDumper.exe, Universal_Fixer NET 4 and dnSpy. I can see every Function in dnSpy that I included into my exe/class. How Can I Protect My Exe from being This type of source code hacking? :( :(

Re: I can Make My Exe copy easily

Posted: Wed Dec 27, 2017 11:32 am
by Enigma
Hi, looks like you are using protection for .net files.

Please check this post: http://forum.enigmaprotector.com/viewto ... =10#p17944

It well describes the needed effort for .net files protection. Please carefully follow it and your protection will be strong!

Re: I can Make My Exe copy easily

Posted: Wed Dec 27, 2017 8:46 pm
by buzzard
Hi, I have used confuser https://confuser.codeplex.com/ . But After Packing with enigma I'm not getting Response. It does not open. Nothing happen after double click. I just used very basic option o enigma.

Re: I can Make My Exe copy easily

Posted: Thu Dec 28, 2017 6:29 am
by Ilya
Disable all crc options in confuser.

Re: I can Make My Exe copy easily

Posted: Thu Dec 28, 2017 3:02 pm
by Enigma
Thi is a good addon for protection, but the best recommendation for .net is the following (taken from the post I specified):
the most effective protection technique that you should implement is a code virtualization. This feature does not work with .net programs, only works with native unmanaged programs. To apply such protection to your application I recommend you to move some part of your code to unmanaged dll (not a .net dll!) written in C++ or Delphi or whatever support protection markers. Then using vm_risc_begin/vm_risc_end markers protect this dll. Then use this dll inside your program.