dotNetTools includes all 3 following tools: dotNet Sniffer, PvLog DeObfuscator and LicenseManagerKiller. dotNet Sniffer 2 uses the .NET profiler API to save assemblies loaded from memory. Once a module is handled by the .NET Framework, dotNet Sniffer saves it to disc if it was loaded from memory. Some tools are changing the module (decrypt methods ...) after loading; dotNet Sniffer 2 allows you to save the module again during the execution of the first method (JIT). PvLog DeObfuscator is a MSIL code optimizer. One side effect of the optimizer is that it can make more readable obfuscated code. PvLog DeObfuscator can also rename the types and names of members to further improve readability. PvLog LicenseManagerKiller is to prove and warn against the inefficiency of managing licenses in managed code.....(free).....