zoukankan      html  css  js  c++  java
  • 【转载】善用工具(1)--Mac版UltraEdit编辑器破解方法

    转载说明:本篇博客转载自网络。
    原文标题:[破解] UltraEdit_18.00.0.54破解
    原文地址:https://bbs.feng.com/read-htm-tid-10828753.html

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

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

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

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

  • 相关阅读:
    夏季适合IT程序员的养生小妙招
    夏季适合IT程序员的养生小妙招
    JS实现分钟数和时间小时 格式的转换
    Linux入门基础(1)
    Linux入门基础(1)
    Linux入门基础(1)
    常见通信协议HTTP、TCP、UDP的简单介绍
    BMP彩色转成黑色二值图
    《暗时间》笔记
    L53-Maximum-Subarray
  • 原文地址:https://www.cnblogs.com/newbie27/p/11179779.html
Copyright © 2011-2022 走看看