Developing a .NET obfuscator. Need feedback.
-
Hello Here is a free .NET obfuscator, I've created it to use for my own projects. What it currently can do: rename types and remove namespaces, rename methods and fields, remove properties and events declarations, rename (private) assembly files. Basically, my primary goal was to make it remove all meaningful information that can help reverse engineers to analyze the program. It provides 2 features, that I needed and couldn't find in existing products: 1. Flexible settings system that allows fine-grained control over classes and members obfuscation parameters. 2. It can obfuscate public types and members (useful for assemblies that are not exposed outside of your program) Looking forward to your feedback.
-
Hello Here is a free .NET obfuscator, I've created it to use for my own projects. What it currently can do: rename types and remove namespaces, rename methods and fields, remove properties and events declarations, rename (private) assembly files. Basically, my primary goal was to make it remove all meaningful information that can help reverse engineers to analyze the program. It provides 2 features, that I needed and couldn't find in existing products: 1. Flexible settings system that allows fine-grained control over classes and members obfuscation parameters. 2. It can obfuscate public types and members (useful for assemblies that are not exposed outside of your program) Looking forward to your feedback.
Write an article about it and you'll get the feedback you desire. This is not the right place to post this, otherwise.
The difficult we do right away... ...the impossible takes slightly longer.
-
Write an article about it and you'll get the feedback you desire. This is not the right place to post this, otherwise.
The difficult we do right away... ...the impossible takes slightly longer.
-
Well, I wasn't sure if it's allowed. I promise to write an article, but the project is not mature enough (yet).