VISUALSVN general use does not need to crack, you can directly use community authorization. However, community authorization does not support domain users. If you want to use the next domain, you need to crack. The original VISUALSVN and cracked DLLs have been packaged and uploaded (for learning use only) Hack method: 1, install the original VisualSVN2, open "C:\Program Files (x86) \visualsvn\bin" 3, replace " VisualSVN.Core.dll "4, open vs,visualsvn,about Visualsvn,licensetype is professional success. Attach the process of cracking: 1, decompile the original "VisualSVN.Core.dll" 2, modify the "VisualSVN.Core.Protector" using system;using System.runtime.compilerservices;using system.threading;using visualsvn.core.licensing;using VisualSVN.Utils; Namespace visualsvn.core{public class Protector:iprotector {public Protector (Ilicensestorer privatestorer , Ilicensestorer Publicstorer, Idecoder decoder, Idomainjoinchecker domainjoinchecker) {} public License Getcurren Tlicense () {return new License () {Version = 2, Type = License type.professional, Binding = licensebinding.user, capacity = 1, EndTime = Dat Etime.maxvalue, StartTime = Datetime.minvalue, Purchasedate = Datetime.minvalue}; } public Domainjoinstatus Getdomainjoinstatus () {return domainjoinstatus.joined; } public bool Isregistered () {return true; } Public License Parsekey (string key) {return getcurrentlicense (); } public bool Registerkey (string key) {if (this. Registrationchanged = null) {this. Registrationchanged (this); } return true; } public event Registrationchangedeventhandler registrationchanged; }}3, recompiling the DLL, failed. Never mind, go on. 4, delete the compilation failed part, as long as ensure that "Protector" this class can be successfully compiled through. 5, with "ildasm visualsvn.core.dll/out=visualsvn.core.txt" this command to generate IL6, open "VisualSVN.Core.txt" search the following ". Class public auto ANSI BeforeFieldInit VisualSVN.Core.Protector "from". Class "is copied to the following"}//End of Class VisualSVN.Core.Protector "7, Use the same method to generate the original "VisualSVN.Core.dll" il (preferably create a new folder generated, will come out a lot of resource files.) ) 8, replace the original "VISUALSVN.CORE.Dll "VisualSVN.Core.Protector" in the generated IL (that is, the previously copied section) 9, with "ILAsm visualsvn.core.txt/dll" to generate the cracked DLL. ILDASM Path: C:\Program Files (x86) \microsoft Sdks\windows\v7.0a\bin\ildasm.exeilasm Path: C:\Windows\Microsoft.NET\ Framework64\v2.0.50727\ilasm.exe
Attachment Address: Http://download.csdn.net/detail/jsj30651/8167577#comment
VISUALSVN 4.0.10 cracked version attached hack process