-
Notifications
You must be signed in to change notification settings - Fork 0
UltraEdit破解
wnh5 edited this page Oct 13, 2017
·
1 revision
http://bbs.feng.com/read-htm-tid-10828753.html
本帖最后由 zmfu 于 2016年11月20日 14:22 编辑
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破解