1
Answer

Dotfuscator

Faisal Ansari

Faisal Ansari

13y
2.3k
1
hello guys how r u ?
 
please any one guide me about dotfuscator
what is dotfuscator?
where we use ?
how can we use it ?
kindly give me any example about it..

reply soon

Thanks. 
Answers (1)
0
Vulpes

Vulpes

NA 98.3k 1.5m 13y
Dotfuscator is a tool for obfuscating .NET assemblies.

.NET assemblies are relatively easy to decompile (i.e. change back into source code) compared to programs which are compiled directly to native code. There are many tools which can do this including Redgate Reflector.

This is bad news if you want to protect your intellectual property from others and obfuscators make the decompilation process much more difficult by using various devices.

There is a community edition of Dotfuscator which comes free with Visual Studio - see http://www.preemptive.com/products/dotfuscator/overview.

However, it should be noted that obfuscators are unlikely to be able to protect your program from determined professional hackers - they will just make their job much more difficult - but they do protect from casual inspection.