På yggenyk.dk bruger vi cookies til at give dig en god oplevelse og til at indsamle statistik, der kan være med til at forbedre brugeroplevelsen. Hvis du klikker på et link på yggenyk.dk, accepterer du samtidig vores cookiepolitik.
.NET Obfuscators: Difference between revisions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
[[Category:Software development]] | [[Category:Software development]] | ||
<google>ENGELSK</google> | <google>ENGELSK</google> | ||
Note: See also: [[Debugging Tools]] | |||
==About obfuscating in general== | ==About obfuscating in general== | ||
The main purpose of obfuscator is to protect intellectual property of the software. | The main purpose of obfuscator is to protect intellectual property of the software. | ||
* [http://en.wikipedia.org/wiki/Obfuscated_code Obfuscated code - Wikipedia] | * [http://en.wikipedia.org/wiki/Obfuscated_code Obfuscated code - Wikipedia] | ||
==Eazfuscator== | ==Eazfuscator== | ||
Eazfuscator.NET is a free obfuscator for .NET platform. | Eazfuscator.NET is a free obfuscator for .NET platform. | ||
Revision as of 04:50, 13 August 2010
<google>ENGELSK</google> Note: See also: Debugging Tools
About obfuscating in general
The main purpose of obfuscator is to protect intellectual property of the software.
Eazfuscator
Eazfuscator.NET is a free obfuscator for .NET platform.
List
Merging assemblies
ILMerge is a utility for merging multiple .NET assemblies into a single .NET assembly
YES! I didn't download any new release, but I'm still marking yours as the correct answer (the only one at the moment...) because it led me to visit Mike Barnett's page where he described using /targetplatform:v4,<path to your v4 framework directory> instead of /targetplatform:v4 /lib:<path to your v4 framework directory> http://stackoverflow.com/questions/2961357/using-ilmerge-with-net-4-libraries <google>ENGELSK</google>