Crypto Obfuscator For .Net 2010 R2 Build 602213
Sponsored Links
Crypto Obfuscator For .Net 2010 R2 Build 602213 Ranking & Summary
User Review:
0 (0 times)
File size:
2.3 MB
Platform:
Windows All
License:
Trial
Price:
USD 149.00
Downloads:
14
Date added:
2010-12-13
Publisher:
LogicNP Software
Crypto Obfuscator For .Net 2010 R2 Build 602213 description
Crypto Obfuscator For .Net 2010 R2 Build 602213 is regarded as a convenient-to-use and valuable tool that provides advanced code protection, obfuscation and optimization for your .Net assemblies. Crypto Obfuscator combines powerful obfuscation, encryption and optimization techniques to provide the very best protection and performance to your .Net code against reverse-engineering. Furthermore, its features such as metadata reduction, assembly & resource compression as well as dependency embedding, will simplify and reduce the software deployment.
Major Features:
- Symbol Renaming:
- Crypto Obfuscator renames all your class, field, method, properties, methods, parameter and generic parameter names to totally different strings. It is impossible to determine the original names from the new names. This makes it impossible for someone to try to determine the purpose or functionality of the renamed entity from its name.
- Advanced Overload Renaming:
- Crypto Obfuscator can also rename fields or methods with different signatures to the same name. For example two fields having types int and boolean will be given the same name. Similarly two methods will different parameters will be given the same name. In the case of methods, the method return type is also used in the signature even though high-level languages such as C# and VB.Net do not support overloading by return type. The .Net runtime is able to differentiate between the fields/methods without any problem since the signatures are different. Needless to say, this scheme makes it even harder to reverse-engineer your code.
- Method Call Hiding:
- Crypto Obfuscator can hide calls to methods and properties from external assemblies such as those from the .Net framework. In addition, it can also do the same for unrenamed methods and properties from the assemblies which are being obfuscated. This provides very strong obfuscation and makes it impossible to determine when, where and how such methods and properties are used.
- Advanced Tamper Detection:
- Crypto Obfuscator can perform strong name verification of the assembly itself even if strong-name verification has been turned OFF on the machine on which the assembly is running or if the assembly has been registered in the verification 'skip-list' - this is typically done by hackers or crackers. Furthermore, the strong name verification is done using the original key used to sign the assembly when it was processed by Crypto Obfuscator. Thus, strong name verification fails even if the key is removed or replaced - again something typically done by hackers or crackers.
- Advanced Anti-Debug + Anti-Tracer Protection:
- Crypto Obfuscator's performs more than 10 advanced heuristic tests to detect if your software is running under a debugger or tracer. If detected, an exception is throw and your software will terminate. Both managed as well as native/unmanaged debuggers (including advanced debuggers such as OllyDbg) are detected. This provides a strong defense against crackers and hackers trying to debug or trace your software for various malicious purposes.
- String Encryption:
- Literal strings often contain sensitive information such as login information, passwords, SQL queries, algorithm parameters. They also facilitate reverse-engineering of your .Net code. Crypto Obfuscator solves all these issues by encrypting all literal strings in your .Net code.
- Control Flow Obfuscation:
- Many advanced decompilers can reconstruct the code in your methods including the exact structure of your loops, if-else statements, method calls, try-catch blocks, etc. This makes it very easy to revere-engineer your code. Crypto Obfuscator changes the structure of your code into spaghetti code while maintaining 100% the logic and output of the code. The result is that decompilers are unable to reconstruct the code structure and most of the times they crash while trying to do so.
- ILDASM Protection:
- ILDASM (Microsoft IL Dissassembler) is a free tool to disassembly any .Net assembly into MSIL (Microsoft Intermediate Language). Crypto Obfuscator can modify the assembly in such a way that ILDASM refuses to disassemble the assembly.
- Anti-Reflection Protection:
- Many decompilers, dissassemblers and memory dumpers use Reflection to extract information about a .Net assembly. Crypto Obfuscator can modify the assembly in such a way that such tools will fail when trying to work on your assembly.
- Anti-Decompiler Protection:
- Advanced decompilers such as the freely available .Net Reflector are your enemy in the battle against the hackers, crackers and competitors. Crypto Obfuscator can modify your assembly in such a way that such tools fail to work on your assembly - many times they are not even able to open your assembly, let alone examine it.
- Resource Encryption & Compression:
- Many tools exist which can extract resources from your assembly. Such resources can often contain valuable, sensitive or copyrighted information such as images, UI (WPF BAML files), textual content, etc. Crypto Obfuscator can encrypt all such resources so that it is impossible to extract them from the assembly.
- Assembly Embedding, Encryption & Compression:
- Crypto Obfuscator can encrypt all dependant assemblies and any additional assemblies you want into a single assembly. This makes it impossible for someone to get their hands on individual assemblies. You can use this feature to package all important and sensitive code/data into another assembly.
- Watermarking:
- Crypto Obfuscator can embed watermark strings into your deployed assemblies. This can be used to track each assembly instance - this is commonly used for licensing by embedding user name and license codes as watermarks to deter license violations. The watermarks embedded in the assembly can be used in literal strings and constants to be used in your UI, message boxes, etc.
- Metadata Reduction:
- Crypto Obfuscator can remove unnecessary or redundant information such as parameter names, property/event placeholders, etc from your .Net assembly . During symbol-renaming, Crypto Obfuscator will often assign extremely short (often single-character names) to your classes, fields, methods, etc. All these features can reduce the size of your .Net assembly considerably.
- Duplicate String Elimination:
- Crypto Obfuscator can eliminate duplicate uses of the same string literal and replace them with one instance of the string. This reduces the size of your assemblies.
- Runtime Performance Optimizations:
- Crypto Obfuscator can do certain changes to your assemblies which result in runtime performance improvements.
- Incremental Obfuscation
- Automatic Re-signing of assemblies using normal snk files as well as password protected pfx files.
- Automatic authenticode signing using certificates.
- Support for obfuscating .xap files.
- Exclude/Include classes, fields, methods, properties from obfuscation using Obfuscation Rules
- Exclude/Include classes, fields, methods, properties from obfuscation using inline Code Obfuscation Attributes
- Stack Trace De-Obfuscation
- Full support for debugging and pdb files.
- Visual Studio, MSBuild & ClickOnce integration.
- Automatic processing of satellite assemblies.
- Command Line Support - Integrate in your build process.
Requirements:
- Supported Applications: All including Console, GUI, Windows Forms (WinForms), WPF and ASP.Net apps, libraries, components, controls.
- Supported Tools: All editions of Visual Studio 2010, Visual Studio 2008, Visual Studio 2005, Visual Studio 2003, Visual Studio 2002.
- Supported .Net Frameworks: All from .Net Framework 1.0 to .Net Framework 4.0.
- Supported Languages: All managed languages including C#, Visual Basic.Net (VB.Net), Managed C++, J# and many others.
- .Net Compact Framework: 1.1, 2.0, 3.5 & 4.0.
- Silverlight: 2.0, 3.0 and 4.0 including Silverlight for Windows Phone 7.0
- XNA Framework: 2.0, 3.0 & 4.0
- .Net Micro Framework: 3.0 & 4.0
- Supported OS: 32-bit (x86) and 64-bit (x64) versions of: Windows 7, Windows Vista, Windows XP, Windows 2008, Windows 2003, Windows 2000, Windows Me, Windows 98, Windows NT
Crypto Obfuscator For .Net 2010 R2 Build 602213 Screenshot
Crypto Obfuscator For .Net 2010 R2 Build 602213 Keywords
Bookmark Crypto Obfuscator For .Net 2010 R2 Build 602213
Crypto Obfuscator For .Net 2010 R2 Build 602213 Copyright
WareSeeker.com do not provide cracks, serial numbers etc for Crypto Obfuscator For .Net 2010 R2 Build 602213. Any sharing links from rapidshare.com, yousendit.com or megaupload.com are also prohibited.
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Software
Need to find data matches in DBF files? DBF Comparer is an easy solution, which provides you with a detailed report on the comparison procedure. You ll be glad to hear that this electronic wizard sup Free Download
Create your own business cards instantly. Free Download
Ensure your success in MCSD .NET (70-316) exam with Whizlabs preparation kit. Backed by Unconditional 150% Test PASS Guarantee, the kit contains 5 full length simulated Mock Exams and Interactive Quiz Free Download
Ensure your success in MCSD .NET (70-315) exam with Whizlabs preparation kit. Backed by Unconditional 150% Test PASS Guarantee, the kit contains 5 full length simulated Mock Exams and Interactive Quiz Free Download
Positive SMS is a free downloadable desktop tool to be used by individuals and businesses that wish to send SMS from their desktop to mobile phones. The software works on any windows pc and requires a Free Download
Barcode UFL (User Function Library) for crystal report help Free Download
Browser CRM is a web-based CRM suite combining integrated Email functionality with flexible and powerful CRM - Customer Relationship Management - and Collaboration tools, running in any web browser. Free Download
The Query Tool is a powerful data mining application. It allows you to perform data analysis on any SQL database. It has been developed predominately for the non technical user. Free Download
Latest Software
Popular Software
Favourite Software
