ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 4436

How do i?

by FuzzyModz - 06-17-2017 - 10:39 PM
#1
how do I protect my dot net code from reverse engineering?

Please Help...
Reply
#2
Well, there are a few ways:
-Encryption.
-If your code is open source, Close it by next update.
-DRM (It's not a good option)
-There are certain "Watchdog" programs that will prevent this.
This account is currently banned
Ban reason: Spamming.
Reply
#3
you can start with obfuscating your code
i actually made my own obuscation method for .net code
you could also use a packer and if they are too expensive for you, you can try to write one up yourself
unfortunately though, people can crack your application no matter what you do if people are skilled enough
Reply
#4
Host your executables (as DLL) online and make a loader app that checks environment. If environment is clear (no cracking apps opened, etc) then download your DLLs and use reflection to load them.
Reply
#5
Obfuscation yo, that's how.
Reply

Users browsing: 1 Guest(s)