zoukankan      html  css  js  c++  java
  • .NET 程序加密软件介绍.NET Reactor

    .NET Reactor is a powerful code protection and software licensing system for software written for the .NET Framework, and supports all languages that generate .NET assemblies. Its' main features are :

    • Intellectual property protection
      • NecroBit Protection
      • Native Code generation
      • Obfuscation
      • Control Flow Obfuscation
      • String Encryption
      • Anti Tampering
      • Resource Encryption and Compression
      • Dependency Merging
      • Protects full applications and libraries (dlls)
    • Powerful licensing system
      • Create trial versions of your software
        • Set an expiration date
        • Limit use to a fixed number of days after installation
        • Limit by number of uses
        • Limit to use for no more than a set number of minutes each invocation
        • Limit trial version functionality
      • Easily turn your trial version into a fully licensed version
      • License your software
        • Permanently (non expiring license)
        • By time period (i.e rent your software)
        • By number of uses (i.e software as a service)
    • Software development kit
      • Integrate license checking into you assembly and extend licensing fuctionality
      • Extend licensing functions with bespoke extensions.

    .NET Reactor 是一款强大的 .NET 代码保护和许可管理系统,安全可靠、简单易用,主要用来帮助开发人员保护他们的 .NET 软件产品。开发人员从此不必担心如何保护他们的知识产权,可以将更多精力放在产品功能的开发上。

    与模糊工具(Obfuscator)相比,.NET Reactor 可以完全阻止对 .NET 程序集(由 C#, VB.NET, Delphi.NET, J#, MSIL... 等语言编写)的反编译。通俗的讲,.NET Reactor 在破解者和您的 .NET 代码之间构建了强大的防破解保护屏障,生成一个基于 Windows 的而不是基于 MSIL 的兼容格式文件。原始的 .NET 代码完整的封装在本地代码内,无论何时都不会释放到硬盘,对于破解者是不可见的,目前还没有任何工具可以反编译 .NET Reactor 保护过的程序集。

    可以脱了壳,再破解的

    只是效果稍好, 豌豆荚也用

  • 相关阅读:
    通用爬虫和聚焦爬虫
    分布式缓存的介绍
    点击按钮执行后台方法
    jsp页面设置绝对路径
    vim调试
    图解Java 垃圾回收机制
    Java String 综述(上篇)
    Java 内部类综述
    深入理解Java类加载器(二):线程上下文类加载器
    深入理解Java类加载器(一):Java类加载原理解析
  • 原文地址:https://www.cnblogs.com/logitechlike/p/2276511.html
Copyright © 2011-2022 走看看