Use Beyond Compare on Mac without license

Beyond Compare在Mac OS系统下破解使用 Use Beyond Compare on Mac without license

    1. 原理
      Beyond Compare每次启动后会先检查注册信息,试用期到期后就不能继续使用。解决方法是在启动前,先删除注册信息,然后再启动,这样就可以永久免费试用了。
      Basics: Beyond Compare will check register information while launching. If it's datetime expired, you were forbidden to use it. So you just need to remove the register information before launch it.
    1. 下载
      首先下载Beyond Compare最新版本,链接如下:https://www.scootersoftware.com/download.php
      Download the latest version from offical web site.
    1. 安装
      下载完成后,直接安装。
      Install it!
    1. 创建 BCompare 文件
    • a) .进入Mac应用程序目录下,找到刚刚安装好的Beyond Compare,路径如下: /Applications/Beyond Compare.app/Contents/MacOS。修改启动程序文件 BCompareBCompare.real
      Rename BCompare to BCompare.real under folder /Applications/Beyond Compare.app/Contents/MacOS
    • b) .在当前目录下新建一个文件 BCompare ,文件内容如下:
      Create a bash file named BCompare under current folder, and fill the following bash code:
      #!/bin/bash
      rm "/Users/$(whoami)/Library/Application Support/Beyond Compare/registry.dat"
      "`dirname "$0"`"/BCompare.real $@
      
      1
      2
      3
    • c) .保存 BCompare 文件, 修改文件的权限:
      Save this bash file, and change privalliage with chmod command.
      chmod a+x /Applications/Beyond\ Compare.app/Contents/MacOS/BCompare
      
      1

以上步骤完成后,再次打开Beyond Compare就可以正常使用了,enjoy it。
Now everything was done!

评论