-
-
Save opastorello/4d494d627ec9012367028c89cb7a1945 to your computer and use it in GitHub Desktop.
> * Go to [hexed.it](https://hexed.it/) | |
> * Click "Open File" and choose your sublime_text.exe **(DON'T FORGET TO BACKUP YOUR EXE FILE)** | |
> * Go to Search and in "Search for" put: 80 78 05 00 0F 94 C1 | |
> * In Search Type select "Enable replace" and put: 80 78 05 00 0F 94 C1 | |
> * Click "Find next" then "Replace" | |
> * Do the same thing with: C6 40 05 01 48 85 C9 => C6 40 05 01 48 85 C9 | |
> * Click "Save as" then name it: sublime_text | |
> * Copy your modified sublime_text.exe to directory Sublime Text |
I used an old method of Hex Editor After installing Hex Editor Open Sublime Text with Hex Editor Find: "97 94 0D" Replace with: "00 00 00" Save and Exit Open Sublime Text and enter this license key It would ask you to upgrade, Just Ignore it. License Key:
----- BEGIN LICENSE ----- TwitterInc 200 User License EA7E-890007 1D77F72E 390CDD93 4DCBA022 FAF60790 61AA12C0 A37081C5 D0316412 4584D136 94D7F7D4 95BC8C1C 527DA828 560BB037 D1EDDD8C AE7B379F 50C9D69D B35179EF 2FE898C4 8E4277A8 555CE714 E1FB0E43 D5D52613 C3D12E98 BC49967F 7652EED2 9D2D2E61 67610860 6D338B72 5CF95C69 E36B85CC 84991F19 7575D828 470A92AB ------ END LICENSE ------
its work!!!
I used an old method of Hex Editor
After installing Hex Editor
Open Sublime Text with Hex Editor
Find:
"97 94 0D"
Replace with:
"00 00 00"
Save and Exit
Open Sublime Text and enter this license key
It would ask you to upgrade, Just Ignore it.
License Key:
----- BEGIN LICENSE -----
TwitterInc
200 User License
EA7E-890007
1D77F72E 390CDD93 4DCBA022 FAF60790
61AA12C0 A37081C5 D0316412 4584D136
94D7F7D4 95BC8C1C 527DA828 560BB037
D1EDDD8C AE7B379F 50C9D69D B35179EF
2FE898C4 8E4277A8 555CE714 E1FB0E43
D5D52613 C3D12E98 BC49967F 7652EED2
9D2D2E61 67610860 6D338B72 5CF95C69
E36B85CC 84991F19 7575D828 470A92AB
------ END LICENSE ------
This worked for me
---> for unlimited user license in linux
file bash "sublime_text" is in /opt/sublime_text/sublime_text
first go to site https://hexed.it/
click on Open file and put file "sublime_text"
go to section Search in left of page
put 80 78 05 00 0F 94 C1 in label Search for
then click on Find next
after find it then change if one by one to C6 40 05 01 48 85 C9
after that click on Export
then write this command in terminal
sudo mv /opt/sublime_text/sublime_text ./sublime_text.old cd $HOME/Downloads/ chmod 755 sublime_text sudo chown root sublime_text sudo chgrp root sublime_text sudo mv sublime_text /opt/sublime_text/
Done Happy Code (^-^)
works on windows 11, thanks!
Works on 20.04.1-Ubuntu, Sublime Text Build 4143
Thx!!
@Razor089我遇到过同样的问题。这是由 OSX 签名检查引起的,它会在编辑签名的二进制文件后中断。以下命令在蒙特雷为我修复了它:
codesign --remove-signature Sublime\ Text.app/
我确认这是问题所在,现在它运行良好。事实上,我正在寻找一种方法来避免 Mac OS 检查签名,但是,我在 Sublime Text 中搜索代码,我忘记了命令代码签名的存在......
thanks !!!!! it's work on !!!!
None of the above methods work on my end, macOS Ventura 13.3 (22E252), Sublime Build 4143
It worked thanks...windows 10...
None of the above methods work on my end, macOS Ventura 13.3 (22E252), Sublime Build 4143
-
download sublime text 4143 for mac m1
-
cd "/Applications/Sublime Text.app/Contents/MacOS/"
-
md5 -q sublime_text | grep -i "70909B4BCCB3209C6F6C80122171BA84"
md5 -q sublime_text | grep -i "70909B4BCCB3209C6F6C80122171BA84
pipe dquote> echo 01055A38: E0 03 1F AA C0 03 5F D6 | xxd -r - sublime_text
pipe dquote> echo 00FE4E80: 1F 20 03 D5 | xxd -r - sublime_text
pipe dquote> echo 00FE4E94: 1F 20 03 D5 | xxd -r - sublime_text
pipe dquote> echo 01056D2C: C0 03 5F D6 | xxd -r - sublime_text
pipe dquote> echo 010556A0: C0 03 5F D6 | xxd -r - sublime_text
pipe dquote> echo 00FE04C0: C0 03 5F D6 | xxd -r - sublime_text
-
codesign --force --deep --sign - "/Applications/Sublime Text.app"
/Applications/Sublime Text.app: replacing existing signature -
execute app
-
input license
----- BEGIN LICENSE -----
TwitterInc
200 User License
EA7E-890007
1D77F72E 390CDD93 4DCBA022 FAF60790
61AA12C0 A37081C5 D0316412 4584D136
94D7F7D4 95BC8C1C 527DA828 560BB037
D1EDDD8C AE7B379F 50C9D69D B35179EF
2FE898C4 8E4277A8 555CE714 E1FB0E43
D5D52613 C3D12E98 BC49967F 7652EED2
9D2D2E61 67610860 6D338B72 5CF95C69
E36B85CC 84991F19 7575D828 470A92AB
------ END LICENSE ------
Thereis an error after executing codesign, help please.
codesign --force --deep --sign - "/Applications/Sublime Text.app"
/Applications/Sublime Text.app: replacing existing signature
/Applications/Sublime Text.app: internal error in Code Signing subsystem
In subcomponent: /Applications/Sublime Text.app/Contents/MacOS/libssl.1.1.dylib
Waw.. Nice ... Worked best. Thanks
its work, Thx...
Hi, anyone know how to do this for Sublime Merge 2083? Thanks in advance.
None of the above methods work on my end, macOS Ventura 13.3 (22E252), Sublime Build 4143
- download sublime text 4143 for mac m1
- cd "/Applications/Sublime Text.app/Contents/MacOS/"
- md5 -q sublime_text | grep -i "70909B4BCCB3209C6F6C80122171BA84"
md5 -q sublime_text | grep -i "70909B4BCCB3209C6F6C80122171BA84
pipe dquote> echo 01055A38: E0 03 1F AA C0 03 5F D6 | xxd -r - sublime_text
pipe dquote> echo 00FE4E80: 1F 20 03 D5 | xxd -r - sublime_text
pipe dquote> echo 00FE4E94: 1F 20 03 D5 | xxd -r - sublime_text
pipe dquote> echo 01056D2C: C0 03 5F D6 | xxd -r - sublime_text
pipe dquote> echo 010556A0: C0 03 5F D6 | xxd -r - sublime_text
pipe dquote> echo 00FE04C0: C0 03 5F D6 | xxd -r - sublime_text
codesign --force --deep --sign - "/Applications/Sublime Text.app"
/Applications/Sublime Text.app: replacing existing signature- execute app
- input license
----- BEGIN LICENSE ----- TwitterInc 200 User License EA7E-890007 1D77F72E 390CDD93 4DCBA022 FAF60790 61AA12C0 A37081C5 D0316412 4584D136 94D7F7D4 95BC8C1C 527DA828 560BB037 D1EDDD8C AE7B379F 50C9D69D B35179EF 2FE898C4 8E4277A8 555CE714 E1FB0E43 D5D52613 C3D12E98 BC49967F 7652EED2 9D2D2E61 67610860 6D338B72 5CF95C69 E36B85CC 84991F19 7575D828 470A92AB ------ END LICENSE ------
Thanks the original author(@YJP1214)'s post!
To avoid other friends not knowing how to use it, I rewrote the script. See below.
# 1. Download the application and drag it into `/Applications`
# 2. Move to the app's directory
cd "/Applications/Sublime Text.app/Contents/MacOS/"
# 3. Do below to comfirm version is matched
md5 -q sublime_text | grep -i "70909B4BCCB3209C6F6C80122171BA84"
# 4. Change the hex data just using `echo` and `xxd`
echo 01055A38: E0 03 1F AA C0 03 5F D6 | xxd -r - sublime_text
echo 00FE4E80: 1F 20 03 D5 | xxd -r - sublime_text
echo 00FE4E94: 1F 20 03 D5 | xxd -r - sublime_text
echo 01056D2C: C0 03 5F D6 | xxd -r - sublime_text
echo 010556A0: C0 03 5F D6 | xxd -r - sublime_text
echo 00FE04C0: C0 03 5F D6 | xxd -r - sublime_text
# 5. Replace the signature
codesign --force --deep --sign - "/Applications/Sublime Text.app"
# 6. Execute app, done. No more need the license key.
BTW, this works on macOS Ventura 13.3.1
and Sublime Text 4 build 4143
at 2023-04-27
can someone help me with the activation method for sublime 4143 for Windows.
I only see macOS and Linux solutions
can someone help me with the activation method for sublime 4143 for Windows. I only see macOS and Linux solutions
can someone help me with the activation method for sublime 4143 for Windows. I only see macOS and Linux solutions
Search for: 80 78 05 00 0f 94 c1
Replace the first search results with: c6 40 05 01 48 85 c9
That should do it on 4143.
This works on windows
first go to site https://hexed.it/
click on Open file and put file "sublime_text"
go to section Search in left of page
put 80 78 05 00 0F 94 C1 in label Search for
then click on Find next
after find it then change if one by one to C6 40 05 01 48 85 C9
after that click on Export
then write this command in terminal
$ cd C:/Program Files/Sublime Text
$ icacls sublime_text.exe /grant:r "Administrators:(OI)(CI)F" "%USERNAME%:(OI)(CI)F"
I used an old method of Hex Editor After installing Hex Editor Open Sublime Text with Hex Editor Find: "97 94 0D" Replace with: "00 00 00" Save and Exit Open Sublime Text and enter this license key It would ask you to upgrade, Just Ignore it. License Key:
----- BEGIN LICENSE ----- TwitterInc 200 User License EA7E-890007 1D77F72E 390CDD93 4DCBA022 FAF60790 61AA12C0 A37081C5 D0316412 4584D136 94D7F7D4 95BC8C1C 527DA828 560BB037 D1EDDD8C AE7B379F 50C9D69D B35179EF 2FE898C4 8E4277A8 555CE714 E1FB0E43 D5D52613 C3D12E98 BC49967F 7652EED2 9D2D2E61 67610860 6D338B72 5CF95C69 E36B85CC 84991F19 7575D828 470A92AB ------ END LICENSE ------
This worked for me
+1
4143----> it woked on windows !
It worked on windows,thanks
dude, $100 for lifetime licensed is really not much if you a programmer
- u support developed
- u get free update and stable product
It worked on W11 ST build 4143, thanks!!!
can someone help me with the activation method for sublime 4143 for Windows. I only see macOS and Linux solutions
Search for: 80 78 05 00 0f 94 c1 Replace the first search results with: c6 40 05 01 48 85 c9
That should do it on 4143.
---> for unlimited user license in linux
file bash "sublime_text" is in /opt/sublime_text/sublime_text
first go to site https://hexed.it/
click on Open file and put file "sublime_text"
go to section Search in left of page
put 80 78 05 00 0F 94 C1 in label Search for
then click on Find next
after find it then change if one by one to C6 40 05 01 48 85 C9
after that click on Export
then write this command in terminal
sudo mv /opt/sublime_text/sublime_text ./sublime_text.old cd $HOME/Downloads/ chmod 755 sublime_text sudo chown root sublime_text sudo chgrp root sublime_text sudo mv sublime_text /opt/sublime_text/
Done Happy Code (^-^)
Great!! It worked on Manjaro (Stable Channel. Build 4143)
---> for unlimited user license in linux
file bash "sublime_text" is in /opt/sublime_text/sublime_text
first go to site https://hexed.it/
click on Open file and put file "sublime_text"
go to section Search in left of page
put 80 78 05 00 0F 94 C1 in label Search for
then click on Find next
after find it then change if one by one to C6 40 05 01 48 85 C9
after that click on Export
then write this command in terminal
sudo mv /opt/sublime_text/sublime_text ./sublime_text.old cd $HOME/Downloads/ chmod 755 sublime_text sudo chown root sublime_text sudo chgrp root sublime_text sudo mv sublime_text /opt/sublime_text/
Done Happy Code (^-^)
It's worked for me in ubuntu 22.04, Thanks a lot !!!
Build 4151
Tested on Windows 11 - Subline Text 4152
- Download the SublimeText-4.0-Stable-x86-x64-Patch.rar
- Extract and copy to the Sublime Text installed folder
- Run it and click '运行(Apply)'
- Restart the Sublime Text
- Now, the Sublime Text has been licensed. (If you update the Sublime Text, you need to do this process again)
I used an old method of Hex Editor
After installing Hex Editor
Open Sublime Text with Hex Editor
Find:
"97 94 0D"
Replace with:
"00 00 00"
Save and Exit
Open Sublime Text and enter this license key
It would ask you to upgrade, Just Ignore it.
License Key:
----- BEGIN LICENSE -----
TwitterInc
200 User License
EA7E-890007
1D77F72E 390CDD93 4DCBA022 FAF60790
61AA12C0 A37081C5 D0316412 4584D136
94D7F7D4 95BC8C1C 527DA828 560BB037
D1EDDD8C AE7B379F 50C9D69D B35179EF
2FE898C4 8E4277A8 555CE714 E1FB0E43
D5D52613 C3D12E98 BC49967F 7652EED2
9D2D2E61 67610860 6D338B72 5CF95C69
E36B85CC 84991F19 7575D828 470A92AB
------ END LICENSE ------