VisualSVN 破解

本文提供了一种激活VisualSVN的方法,包括下载官方软件、使用ILDASM和ILASM工具反编译并修改核心DLL文件的具体步骤。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

首先,去VisualSVN官网下载最新版本。 传送门:  http://www.visualsvn.com/server/download/

定位到VisualSVN安装目录,C:\Program Files (x86)\VisualSVN\bin (我的是64位)。


注:把VisualSVN.Core.dll复制到c盘根目录


进入Visual Studio 命令提示, 将 “VisualSVN.Core.dll” 文件反编译成 “VisualSVN.Core.il” 文件。
执行: ildasm ildasm VisualSVN.Core.dll /out=VisualSVN.Core.il

用记事本等工具打开“VisualSVN.Core.il”文件,搜索“.method public hidebysig static bool  Verify”,大约在16041行。
将方法内部替换成,后保存

  .method public hidebysig static bool  Verify(class [VisualSVN.UI]VisualSVN.UI.IGeneralOptionsPage page) cil managed
  {
    // 代码大小       35 (0x23)
    .maxstack  2
    IL_0000:  ldc.i4.1
    IL_0001:  ret
  } // end of method OptionsVerificator::Verify
在运行: ilasm VisualSVN.Core.il /dll 反编译为 VisualSVN.Core.dll文件

然后把 VisualSVN.Core.dll复制到C:\Program Files (x86)\VisualSVN\bin\ 目录下替换,记得要先备份之前的 VisualSVN.Core.dll 的原文件哦!

svn是不是已经激活了


VisualSVN Server allows you to easily install and manage a fully-functional Subversion server on the Windows platform. Thanks to its robustness, unbeatable usability and unique enterprise-grade features, VisualSVN Server is useful both for small business and corporate users. The key features of VisualSVN Server are: 1.Active Directory Single Sign-On 2.Multisite Repository Replication 3.HTML5-powered Web Interface 4.PowerShell Scripting and Automation 5.Repository Management Delegation 6.Remote Server Administration 7.Access and Operational Logging The proper way to setup an Apache Subversion server VisualSVN Server has reached 1,000,000 downloads and it's the most favored way to setup and maintain an Apache Subversion server on the Windows platform. It is trusted both by thousands of SMBs and Fortune 500 companies such as General Electric, Siemens, ThyssenKrupp and Sony. Learn more... Easy to install, configure and maintain VisualSVN Server is distributed as a single installation package with the latest versions of all the required components. The installation process is extremely simple and allows you to setup a full-featured and ready to use Subversion server in just a few clicks. Upgrades to newer versions are simple too. Learn more... Free for commercial use! VisualSVN Server Standard Edition is free of charge and available for commercial use. VisualSVN Server Enterprise Edition provides additional enterprise-grade features such as Active Directory Single Sign-On and Multisite Repository Replication and is licensed per server. Learn more... Please make sure that Visual C++ Redistributable Packages for Visual Studio 2013 have been installed before using this patch!
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值