Visual svn1.5 or later Version Download and Cracking Process
1. http://www.visualsvn.com/visualsvn/download, download version 1.5installation (svn1.5 or above is required ).
2. Enter the. NET Framework command prompt (fromProgramIn Visual Studio Tools, enter the red part.
Ildasm "visualsvn installation directory/bin/visualsvn. Core. dll"/out = output path file name. Il
For example:Ildasm "visualsvn installation directory/bin/visualsvn. Core. dll"/out = rocket5725.il
2. Open the output il file in the text editor and find the red part.. Method public hidebysig static bool isvalid (, ReplaceCodeBody to red
. Maxstack 8
Il_0000: LDC. i4.1
Il_0001: Ret
The website says a lot above: (remove lincense and judge to return true directly)
In fact, all content except the first three rows is removed from the function body.
3. Return to the command line and enter "ilasm's il file/DLL"
For example, ilasm rocket5725.il/DLL
After the new DLL is compiled, rename it and overwrite the original visualsvn. Core. dll.
3. After the cracking is completed, open vs. net, click the visualsvn menu-> Registration, enter any character, and click OK to register successfully.
4. In this case, the "no license" is displayed on the "about" menu. If you are not familiar with it, search for the string in the Il file and replace it with your name and recompile it.
End all
From: http://blog.csdn.net/rocket5725/article/details/3143119