zoukankan      html  css  js  c++  java
  • UltraEdit mac破解版

    2018-01-17 增加18.00.0.19破解


    去官网下载原载,先运行一次,再在终端里执行下面代码就可以破解完成!
    printf 'x31xC0xFFxC0xC3x90' | dd seek=$((0x777160)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit


    2018-01-17 增加18.00.0.17破解


    去官网下载原载,先运行一次,再在终端里执行下面代码就可以破解完成!
    printf 'x31xC0xFFxC0xC3x90' | dd seek=$((0x776BE0)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit


    2018-01-10 增加18.00.0.12破解


    去官网下载原载,先运行一次,再在终端里执行下面代码就可以破解完成!
    printf 'x31xC0xFFxC0xC3x90' | dd seek=$((0x776DA0)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit


    2016-11-20 增加16.10.0.22破解


    去官网下载原载,先运行一次,再在终端里执行下面代码就可以破解完成!
    printf 'x31xC0xFFxC0xC3x90' | 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 'x31xC0xFFxC0xC3x90' | dd seek=$((0x92B240)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit


    16.10.0.19破解:

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

    printf 'x31xC0xFFxC0xC3x90' | dd seek=$((0x92D540)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit


    其实就是修改skProtectionPlus::IsActivated函数,会修改的后续版本可以自已改!

  • 相关阅读:
    Linux常用命令2
    Linux常用命令1
    Nginx配置Kafka
    SpringBoot整合Druid
    spring boot jpa
    mybatis-plus_2
    copy data to map
    HashMap容量问题
    在SpringBoot主启动类中获取实例化的Bean
    Linux环境中Rsync增量备份文件
  • 原文地址:https://www.cnblogs.com/Free-Thinker/p/8528903.html
Copyright © 2011-2022 走看看