News
Rebel.NET
Friday, 25.April.2008
The first release of Rebel.NET is out along with its official guide.

Rich Sign
Wednesday, 05.March.2008
Released the article about Microsoft's Rich Signature.

Vista4Experts 1.1
Saturday, 09.February.2008
Fixed a bug (restoring the Sidebar). Added two more actions.

Resource Tweaker
Friday, 18.January.2008
Edit your PE64 with Resource Hacker by using Resource Tweaker an extension for the CFF Explorer.

ExpSuite III
Thursday, 17.January.2008
The Explorer Suite III is out. It includes the CFF Explorer VII wih many news, including a new powerful scripting language.

 
Phoenix Protector
Current Version: 1.2.1.1


The Phoenix Protector was created to protect .NET assemblies and it's the ideal solution for every .NET developer, due to its support of every kind of project and compatibility with every version of the .NET framework. It has all common obfuscation features to secure your code. It provides obfuscation features like Name, String and Control Flow Obfuscation. The last feature is particularly important since it prevents the .NET assembly from being decompiled into an understandable language. The Name Obfuscation is provided with an exclusion list. For more information: info@ntcore.com.


Using the Name Obfuscation feature all the original MetaData names in a .NET Assembly are renamed to ones that aren't understandable. By simply obfuscating an assembly with this feature, the decompiled code will result uncompilable, since the obfuscated names can't be used in any .NET supported programming language. Of course, exclusion of user defined classes, methods, fields and properties is supported, since some public names can't be renamed to make certain assemblies work correctly.


Other features are the String and the Control Flow Obfuscation. The String Obfuscation makes strings invisible to decompilation and disassembling. It doesn't give a strong protection but it's a standard feature for .NET assemblies. The Control Flow Obfuscation is very important. In fact, it makes your code not decompilable by changing basic identification structures such as conditional blocks and loops in it. An attempt to analyze your code will cause the decompiler to crash or, at least, it won't generate any useful code.

Also, merging your assemblies could make your code even more secure. That's why the Phoenix Protector is shipped with an easy-to-use interface for Microsoft's ILMerge utility.


Features:
  • Projects Interface
  • Name Obfuscation
  • Exclusion List for the Name Obfuscation
  • String Obfuscation
  • Control Flow Obfuscation
  • Assemblies Merge Utility