2019 07-15 增加18.00.0.66破解
去官网下载原载,先运行一次,再在终端里执行下面代码就可以破解完成!
printf '\x31\xC0\xFF\xC0\xC3\x90' | dd seek=$((0x74B480)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit
printf '\x31\xC0\xFF\xC0\xC3\x90' | dd seek=$((0x760900)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit
2019 06-06 增加18.00.0.54破解
去官网下载原载,先运行一次,再在终端里执行下面代码就可以破解完成!
printf '\x31\xC0\xFF\xC0\xC3\x90' | dd seek=$((0x74B460)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit
printf '\x31\xC0\xFF\xC0\xC3\x90' | dd seek=$((0x7608E0)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit
由于18.00.0.54增加了校验,只处理IsActivated函数打开软件后会提示错误,现在把状态检查也处理了,如果大家使用中发现有问题的请回复,我再检查一下。
2018-09-25 增加18.00.0.40破解
去官网下载原载,先运行一次,再在终端里执行下面代码就可以破解完成!
printf '\x31\xC0\xFF\xC0\xC3\x90' | dd seek=$((0x76D210)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit
2018-08-30 增加18.00.0.34破解
去官网下载原载,先运行一次,再在终端里执行下面代码就可以破解完成!
printf '\x31\xC0\xFF\xC0\xC3\x90' | dd seek=$((0x76B9E0)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit
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
2016-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
论坛里有很多锋友发消息问我怎么找skProtectionPlus::IsActivated函数地址,下面我把找函数地址的方法发一下:
你下载个IDA pro,然后用打开idaq64,然后把Applications/UltraEdit.app/Contents/MacOS/UltraEdit拖到IDA里,
在导出函数里找到skProtectionPlus::IsActivated
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
其实就是修改skProtectionPlus::IsActivated函数,会修改的后续版本可以自已改!
参考:https://bbs.feng.com/forum.php?mod=viewthread&tid=10828753&page=1
来源:oschina
链接:https://my.oschina.net/u/4273248/blog/3130816