UltraEdit mac版

UltraEdit是一个功能非常强大的编辑器,尤其喜欢它的列编辑模式,但并不是免费的,通过不断的尝试和查找资料终于把它的破解方式找到了。现在总结一下mac版的破解
在官网上下载UltraEdit,然后点击一直安装安装就好了
一定要注意自己安装的是哪个版本的!!!!网上有好多只告诉了命令但是没有告诉版本,所有输了也没有起到作用的。
下面开始终端输入命令了

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

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

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

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


然后点击回车,重新打开就是哦了


————————————————
版权声明:本文为CSDN博主「胡卡卡啦啦」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/random0815/article/details/80897021

你可能感兴趣的:(问题解决)