Sofin -Dr.NET Obfuscator -DrCOM Monitor

Sofin

The .NET technology introduced by Microsoft delivers great benefits for developers, However, nothing comes for free, disassembling the binaries produced by VS.NET can be done easily, to prevent such cases the produced binaries should be Obfuscated, this is the point where

Dr.NET Obfuscator comes into the picture, users of Dr.NET Obfuscator are able to Obfuscate their binaries in a way no other Obfuscator does, reverse engineering tools such as reflector and salamander will not be able to provide useful information regarding the way the obfuscated assembly was implemented.

DrCOM Monitor is designed to aid developers who wish debug/monitor/reverse-engineer COM based applications. DrCOM provides the ability of monitoring COM activity in standard executable applications at runtime, The user can 'take a glance' and see what happening inside COM related binaries with no need of a debugger.

Using DrCOM one may be able to understand how first class applications like the Windows Media Player work. Details such as object type information, creation time, reference count and much more are monitored and may be used by users.