Jump to content

Dotfuscator

From Wikipedia, the free encyclopedia
Dotfuscator
Developer(s)Preemptive Solutions, LLC
Initial releaseApril 2002;22 years ago(2002-04)
Stable release
6.5.4 / 7 April 2023;15 months ago(2023-04-07)
Operating systemWindows,Linux,MacOS.
TypeCode obfuscator
LicenseProprietary software
Websitewww.preemptive/products/dotfuscator

Dotfuscatoris a tool performing a combination of codeobfuscation,optimization,shrinking, and hardening on.NET,XamarinandUniversal Windows Platformapps. Ordinarily,.NET executables can easily bereverse engineeredby free tools (such as ILSpy, dotPeek and JustDecompile), potentially exposing algorithms andintellectual property(trade secrets), licensing and security mechanisms. Also, code can be run through a debugger and its data inspected. Dotfuscator can make all of these things more difficult.

Dotfuscator was developed by PreEmptive Solutions. A free version of the.NET Obfuscator, called the Dotfuscator Community Edition, is distributed as part of Microsoft'sVisual Studio.[1][2][3][4][5]However, the current version is free for personal, non-commercial use only.

References[edit]

  1. ^Massi, Beth (23 February 2010)."Dotfuscator Gets Better and Still Free in Visual Studio".msdn.Microsoft, Inc.Retrieved10 January2013.
  2. ^"Microsoft and PreEmptive Solutions announce enhanced version of Dotfuscator Community Edition to be included in Microsoft Visual Studio".NFV NEWS.
  3. ^Richardson, Chris (2008).COBOL and Visual Basic on.NET: A Guide for the Reformed Mainframe Programmer.New York: Apress. p. 636.ISBN9781430207726.
  4. ^Johnson, Bruce (2012).Professional Visual Studio 2012.Indianapolis: John Wiley & Sons. p. 877.ISBN9781118416488.
  5. ^Patrick, Tim; Craig, John Clark (2006).Visual Basic 2005 Cookbook: Solutions for VB 2005 Programmers.Sebastopol, CA: O’Reilly Media, Inc. p. 34.ISBN9780596101770.

Further reading[edit]

External links[edit]