Thread: Developing free .NET obfuscator. Need feedback.

  1. #1
    Registered User
    Join Date
    Sep 2014
    Posts
    1

    Developing free .NET obfuscator. Need feedback.

    I'm developing a .NET obfuscator (free)

    Supported features (as of version 0.7)


    • Obfuscation of type, method, field names (including public names and virtual methods, when possible)
    • Deletion of namespaces, property and event definitions (when possible)
    • Encryption of constants
    • Fine-grained settings system
    • Map of obfuscated names


    At this moment, only command-line interface is available.

    Feedback is welcome. What you like or don't like, feature suggestions, etc.

  2. #2
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Quote Originally Posted by ianderf View Post
    I'm developing a .NET obfuscator (free)

    Supported features (as of version 0.7)


    • Obfuscation of type, method, field names (including public names and virtual methods, when possible)
    • Deletion of namespaces, property and event definitions (when possible)
    • Encryption of constants
    • Fine-grained settings system
    • Map of obfuscated names


    At this moment, only command-line interface is available.

    Feedback is welcome. What you like or don't like, feature suggestions, etc.
    If you think your obfuscator is any good (I'm not saying it isn't), I dare you to eat your own dog food, and release it's source code obfuscated by itself (even if under a restrictive license).

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Just looking for Feedback
    By rTeapot in forum C++ Programming
    Replies: 8
    Last Post: 07-07-2012, 08:26 AM
  2. Looking For Feedback
    By Matty_Alan in forum C++ Programming
    Replies: 2
    Last Post: 05-27-2010, 04:33 PM
  3. K&R2, 1-24. Feedback
    By Tool in forum C Programming
    Replies: 0
    Last Post: 11-14-2009, 10:49 AM
  4. Feedback?
    By CornedBee in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 01-02-2004, 11:01 PM
  5. feedback, please...
    By major_small in forum C++ Programming
    Replies: 5
    Last Post: 08-24-2003, 08:17 PM

Tags for this Thread