URTracker 2.11版 license验证原理剖析

qq247245591

qq247245591

2016-01-29 13:30

URTracker 2.11版 license验证原理剖析,URTracker 2.11版 license验证原理剖析
注    :原创,转载请注明出处。
作 者:草惜草
首 发: http://kokey.blogchina.com

序言:

   看了henryouly的文章以后深受启发,决定对URTracker最新的版本来个剖析。在此,特别感谢henryouly!

×××××××××××××××××××××××××××××××××××××××××××××
URTracker事务跟踪系统是一款功能强大而且易于使用的Web方式的协同工作软件 。它用于帮助公司和团队跟踪工作中的问题,管理和记录这些问题的处理过程。
URTracker向您的团队提供了一个全功能的,高度可定制的软件工具用于报告和跟踪问题、需求、缺陷(BUG)或者任务等事务。它拥有丰富的自定义字段、基于项目和角色的权限控制、简化的工作流、友好的用户界面,以及更多的其他特性。我们非常确信您将会喜欢上URTracker,因为我们相信她正是您所需要的。
 ××××××××××××××××××××××××××××××××××××××××××××
 工具介绍:
 
   要研究.NET当然离不开Reflector for .NET 。(Reflector is a class browser for .NET components. It supports assembly and namespace views, type and member search, XML documentation, call and callee graphs, IL, Visual Basic, Delphi and C# decompiler, dependency trees, base type and derived type hierarchies and resource viewers. )
   如果想把代码保存下来,那就需要Reflector的插件Reflector.FileDisassembler了。(The Reflector.FileDisassembler is a little add-in for the new version of Lutz Roeder's .NET Reflector that you can use to dump the decompiler output to files of any Reflector supported language (C#, VB.NET, Delphi). This is extremely useful if you are searching for a specific line of code as you can use VS.NET's "Find in Files" or want to convert a class from one language to another.

  下载地址:Reflector for .NET   http://www.aisto.com/roeder/dotnet/
                      Reflector.FileDisassembler    http://www.denisbauer.com/NETTools/FileDisassembler.aspx
 
 正文:

(本文来源于图老师网站,更多请访问http://m.tulaoshi.com)

严重声明:本文只作科研和学习用途。如果由本文产生的法律纠纷,一概与本人无关。

好了,了解了Reflector咱们就可以动手研究URTracker了。

当然首先用Reflector分析bin文件夹下的文件,一共有12个DLL文件,从他们的名称你也可以猜出个八八九九,反正你不怕麻烦你就挨个用Reflector试好了...^_^
最后找到了WebTracker.dll 可疑,因为在Reflector按F3,你可以搜索到很多关于license的东东。哈哈,探究之路开始了。
首先看看Lealsoft.URTracker.BLL下有个ServerLicenseProvider类。

public class ServerLicenseProvider : LicenseProvider
{
      // Methods
      static ServerLicenseProvider();
      public ServerLicenseProvider();
      protected virtual ServerLicense CreateEmptyLicense(Type type);
      protected virtual ServerLicense CreateLicense(Type type, string key);
      public override License GetLicense(LicenseContext context, Type type, object instance, bool allowExceptions);
      protected virtual string GetLicenseData(Type type);
      protected virtual Stream GetLicenseDataStream(Type type);
      protected virtual bool ValidateLicense(ServerLicense license, out string errorMessage);
      protected virtual bool ValidateLicenseData(Type type, string licenseData);

      // Fields
      private static readonly ServerLicenseCollector LicenseCollector;

(本文来源于图老师网站,更多请访问http://m.tulaoshi.com)

      // Nested Types
      private sealed class ServerLicenseCollector
      {
            // Methods
&nb

展开更多 50%)
分享

猜你喜欢

URTracker 2.11版 license验证原理剖析

电脑网络
URTracker 2.11版 license验证原理剖析

HTML语言剖析(十五)调色原理

Html CSS布局 Div+CSS XHTML
HTML语言剖析(十五)调色原理

s8lol主宰符文怎么配

英雄联盟 网络游戏
s8lol主宰符文怎么配

验证码的程序及原理

ASP
验证码的程序及原理

深度剖析Photoshop通道磨皮法原理应用

PS教程
深度剖析Photoshop通道磨皮法原理应用

lol偷钱流符文搭配推荐

英雄联盟 网络游戏
lol偷钱流符文搭配推荐

剖析Windows任务管理器开发原理与实现

编程语言 网络编程
剖析Windows任务管理器开发原理与实现

编辑浪子版表单验证类

Web开发
编辑浪子版表单验证类

lolAD刺客新符文搭配推荐

英雄联盟
lolAD刺客新符文搭配推荐

《重力眩晕》奖杯一览

《重力眩晕》奖杯一览

一段php加密解密的代码

一段php加密解密的代码
下拉加载更多内容 ↓