Zhuotong's profile苦楝树BlogListsNetwork Tools Help

Blog


    12/15/2007

    VisualSVN 1.3.2

    最近VisualSVN 1.3.2出来了,trial是30天试用。Reflector反汇编分析了一下代码,采用了xor和md5公私密钥双重加密,由于无法知晓密钥(公钥在VisualSVN.VS.Interface.dll的资源public里),无法制作keygen。
    找了几个切入点,都不理想,后来发现更改LicenseConverter.KeyToLicense是个不错的切入点,不管什么情况都产生一个有效的License。
           License l = new License();
           l.Binding = LicenseBinding.Seat;
           l.Capacity = 999;
           l.EndTime = DateTime.Now.AddYears(2);
           l.LicensedTo = "tong";
           l.LicenseId = Guid.NewGuid();
           l.PurchaseDate = DateTime.Now.AddDays(-10);
           l.PurchaseId = "shareit:1";
           l.StartTime = DateTime.Now.AddDays(-2);
           l.Type = LicenseType.Corporate;
           l.Version = 2;
    简单测试了一下可用。

    这里下载

    Comments

    Please wait...
    Sorry, the comment you entered is too long. Please shorten it.
    You didn't enter anything. Please try again.
    Sorry, we can't add your comment right now. Please try again later.
    To add a comment, you need permission from your parent. Ask for permission
    Your parent has turned off comments.
    Sorry, we can't delete your comment right now. Please try again later.
    You've exceeded the maximum number of comments that can be left in one day. Please try again in 24 hours.
    Your account has had the ability to leave comments disabled because our systems indicate that you may be spamming other users. If you believe that your account has been disabled in error please contact Windows Live support.
    Complete the security check below to finish leaving your comment.
    The characters you type in the security check must match the characters in the picture or audio.

    To add a comment, sign in with your Windows Live ID (if you use Hotmail, Messenger, or Xbox LIVE, you have a Windows Live ID). Sign in


    Don't have a Windows Live ID? Sign up

    Trackbacks

    The trackback URL for this entry is:
    http://nzt.spaces.live.com/blog/cns!EA641A5A7F665A1!860.trak
    Weblogs that reference this entry
    • None