UltraEdit for mac 各版本破解方法

转载于 https://blog.csdn.net/wy_gates/article/details/81699233

2018-08-01 增加18.00.0.30破解
去官网下载原载,先运行一次,再在终端里执行下面代码就可以破解完成!

printf '\x31\xC0\xFF\xC0\xC3\x90' | dd seek=$((0x76B7C0)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit

2018-07-08 增加18.00.0.22破解
去官网下载原载,先运行一次,再在终端里执行下面代码就可以破解完成!

printf '\x31\xC0\xFF\xC0\xC3\x90' | dd seek=$((0x76DC40)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit

2018-01-17 增加18.00.0.19破解
去官网下载原载,先运行一次,再在终端里执行下面代码就可以破解完成!

printf '\x31\xC0\xFF\xC0\xC3\x90' | dd seek=$((0x777160)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit

2018-01-17 增加18.00.0.17破解
去官网下载原载,先运行一次,再在终端里执行下面代码就可以破解完成!

printf '\x31\xC0\xFF\xC0\xC3\x90' | dd seek=$((0x776BE0)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit

2018-01-10 增加18.00.0.12破解
去官网下载原载,先运行一次,再在终端里执行下面代码就可以破解完成!

printf '\x31\xC0\xFF\xC0\xC3\x90' | dd seek=$((0x776DA0)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit

2018-11-20 增加16.10.0.22破解
去官网下载原载,先运行一次,再在终端里执行下面代码就可以破解完成!

printf '\x31\xC0\xFF\xC0\xC3\x90' | dd seek=$((0x92D370)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit

2016-11-17 增加16.10.0.21破解

去官网下载原载,先运行一次,再在终端里执行下面代码就可以破解完成!

printf '\x31\xC0\xFF\xC0\xC3\x90' | dd seek=$((0x92B240)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit

16.10.0.19破解:
去官网下载原载,先运行一次,再在终端里执行下面代码就可以破解完成!

printf '\x31\xC0\xFF\xC0\xC3\x90' | dd seek=$((0x92D540)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit

二、后续版本破解方法

1、2步同上;

3、下载IDA Pro,安装并运行;

4、右击UltraEdit.app显示包内容-->进入Contents-->进入MacOS-->找到UltraEdit拖拽至IDA Pro页面,等待;

5、找到skProtectionPlus::IsActivated函数所在地址,如图选中部分红线后六位即是:(图片来自威锋网bbs.feng.com)

6、将上述地址数据替换下列红色部分数字(16进制地址码),并在控制台中运行即可。

2018062721071470.png

printf '\x31\xC0\xFF\xC0\xC3\x90' | dd seek=$((0x76DC40)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit

你可能感兴趣的:(UltraEdit for mac 各版本破解方法)