|
-
Mar 3rd, 2006, 09:59 AM
#1
Thread Starter
Lively Member
Best Obfuscator
Whats the best (pref free) obfuscator to encrypt my program, so it cant be recompiled?
-
Mar 3rd, 2006, 02:11 PM
#2
Re: Best Obfuscator
Obfustication and Encryption are two different things. Obfustication just starts renaming things to try and make it more difficult to reverse engineer. Encryption, however; makes it so a key is required to reverse what has been encrypted.
As for free, well I have only heard of one free Obfusticator, however; I cannot find it at the moment. Someone usually posts it so if I can't find it I'm sure someone will post it.
-
Mar 3rd, 2006, 06:44 PM
#3
Re: Best Obfuscator
Dotfuscator CE is free with VS.NET 2003 Pro and VS 2005 Pro. I'm not sure about 2005 Standard but it definitely doesn't come with Express. There is also Aspose.Obfuscator available for free, although I've never used it so I can't speak for its abilities. These two utilities are quite basic, but if you can't afford an industrial-strength tool then you almost certainly aren't writing code that requires one.
-
Apr 3rd, 2006, 09:34 AM
#4
Fanatic Member
Re: Best Obfuscator
There is also RemoteSoft Salamander .NET which converts the code to native code so
it cannot be decompiled since the only thing you can see will be assembly.
-
Apr 7th, 2006, 12:43 PM
#5
Hyperactive Member
Re: Best Obfuscator
 Originally Posted by alexandros
There is also RemoteSoft Salamander .NET which converts the code to native code so
it cannot be decompiled since the only thing you can see will be assembly.
wow, thats really scary. I dont know how I feel about that.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|