Extreme Obfuscator

Posts 115 of 15 · Page 1 of 1
Extreme Obfuscator
Extreme Obfuscator

An obfuscator for .NET assemblies. Before I begin, I'd like to point out that this is not the "best" obfuscator out there, but it's better than nothing and it's also free. Also note that even though it says "Executable" in the picture, DLLs are supported too, I just forgot to change the name.



Before:




After:




Features:
- Symbol renaming (changes the names of types including classes, fields, properties, events, nested types)
- Multiple renaming schemes for symbol renaming: Alphanumeric, Chinese and Unprintable
- Ability to include/exclude public types for symbol renaming (useful for releasing libraries/DLLs)
- String encryption and constant encryption (constant encryption only supports integers at the moment)
- Anti-ILDASM protection (prevents ILDASM from decompiling the assembly)

As this is quite early in development (I've worked on this for a day or two), you may experience some bugs. Feel free to report them and provide me with the file causing the problem. And yes, I know it's ironic to be protecting an obfuscator with a third-party one but since this is still early in development, I'm not going to do that until it's mature enough.

Known bugs:
- Obfuscation will only work on basic WPF applications. Windows Forms, Console Application and Class Library should work fine.

Credits:
JB Evain
FatCow Hosting

Virus Scans:
https://www.virustotal.com/file/caaf...is/1356185373/
http://virusscan.jotti.org/en/scanre...01cfbeb3c4be11

Also, obfuscating a protected assembly again can make it harder to understand or deobfuscate, although it may not work for all assemblies.
Extreme Obfuscator by master131_mpgh.net.rar227 KB · 210 downloads Scanning…
Quote Originally Posted by Jason View Post
LOL hahaha
Quote Originally Posted by master131 View Post
Extreme Obfuscator

An obfuscator for .NET assemblies. Before I begin, I'd like to point out that this is not the "best" obfuscator out there, but it's better than nothing and it's also free. Also note that even though it says "Executable" in the picture, DLLs are supported too, I just forgot to change the name.
Very nice @ @master131

You always do a great job!
I'm really amazed over how much you know about everything.

Keep up the work, and suprice us all
Credits at the person who released Ncloaks source?
Quote Originally Posted by Geometrical View Post
Credits at the person who released Ncloaks source?
It absolutely amazes me how you just jump to the most wildest conclusions and suggest that I leeched this or based it off someone else's work. If I really used Ncloak's source (whoever/whatever that is) I would've left credits. I've studied the Intermediate Language and what obfuscators do to CIL method bodies and CIL metadata to know how it works myself.

EDIT - I just looked up what Ncloak is. Even I I did use any of it (which I didn't), I would have to include a copy of the MIT license since its licensed under it otherwise I could get into trouble with the law in the event anything does happen
Thanks for sharing
Do you know any good DLL packer ?
@master131
are you using windows 8 and vb 2010 or vb 2012?
thank you so much mate!

---------- Post added at 05:19 PM ---------- Previous post was at 04:37 PM ----------

But sadly it corrupts my program
Really cool concept. I've never made anything worth protecting, but when I do I'm sure I'll look into this a lot more. Thnx for the post.
Obfuscators are pointless in my opinion because there are ways to decompile it with multiple programs :/
Quote Originally Posted by chocolate_1995 View Post
Obfuscators are pointless in my opinion because there are ways to decompile it with multiple programs :/
but that much more of the ones who don't know how can get the code
I use this a lot.
Thanx dude .
Posts 115 of 15 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?