Created
November 26, 2023 17:12
-
-
Save fany0r/6b119adb0e84f80c267764b9a5957395 to your computer and use it in GitHub Desktop.
crack sublime text 416x
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1、安装 sublime text,复制一份 `C:\Program Files\Sublime Text\sublime_text.exe` | |
2、使用 010 Editor 打开 `sublime_text.exe` | |
3、搜索>替换 (Ctrl + R) > 十六进制值 `80 78 05 00 0F 94 C1` 替换为 `C6 40 05 01 48 85 C9` | |
保存 然后退出 010 Editor,覆盖 sublime_text.exe | |
运行 Sublime Text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v4180,Windows:
80 79 05 00 0F 94 C2
->C6 41 05 01 B2 00 90
v4180,Linux:
sudo cp /opt/sublime_text/sublime_text ./sublime_text.old sudo sed -i 's/\x80\x79\x05\x00\x0F\x94\xC2/\xC6\x41\x05\x01\xB2\x00\x90/' /opt/sublime_text/sublime_text
v4180,MacOS: