Skip to content

Instantly share code, notes, and snippets.

@skoqaq
Last active July 20, 2024 14:46
Show Gist options
  • Save skoqaq/3f3e8f28e23c881143cef9cf49d821ff to your computer and use it in GitHub Desktop.
Save skoqaq/3f3e8f28e23c881143cef9cf49d821ff to your computer and use it in GitHub Desktop.
Sublime Text 4 License Key
—– BEGIN LICENSE —–
Mifeng User
Single User License
EA7E-1184812
C0DAA9CD 6BE825B5 FF935692 1750523A
EDF59D3F A3BD6C96 F8D33866 3F1CCCEA
1C25BE4D 25B1C4CC 5110C20E 5246CC42
D232C83B C99CCC42 0E32890C B6CBF018
B1D4C178 2F9DDB16 ABAA74E5 95304BEF
9D0CCFA9 8AF8F8E2 1E0A955E 4771A576
50737C65 325B6C32 817DCB83 A7394DFA
27B7E747 736A1198 B3865734 0B434AA5
—— END LICENSE ——
Tested on Build 4123
// Patched executable file : https://github.com/skoqaq/gist_data/blob/main/sublime_text_3/sublime_text.exe
// The license key is not valid anymore after 2022/11/11
// https://gist.github.com/skoqaq/3f3e8f28e23c881143cef9cf49d821ff?permalink_comment_id=4669272#gistcomment-4669272
// Works on Build 4169
@SuvanCheng
Copy link

—– BEGIN LICENSE —–
Zer0Daylab
Unlimited User License
EA7E-81044230
0C0CD4A8 CAA317D9 CCABD1AC 434C984C
7E4A0B13 77893C3E DD0A5BA1 B2EB721C
4BAAB4C4 9B96437D 14EB743E 7DB55D9C
7CA26EE2 67C3B4EC 29B2C65A 88D90C59
CB6CCBA5 7DE6177B C02C2826 8C9A21B0
6AB1A5B6 20B09EA2 01C979BD 29670B19
92DC6D90 6E365849 4AB84739 5B4C3EA1
048CC1D0 9748ED54 CAC9D585 90CAD815
—— END LICENSE ——

thx a lot
macOS 4148 PASS

@adminidor
Copy link

sublime text 4 build 4175 dev not working

Works on build 4175: https://www.nairatag.com/programming/crack-sublime-text-4-easily/

thx a lot
worked on build 4175

@Aerostar666
Copy link

Build 4169 MacOS Sonoma, if anyone has a way ...

@midhunmonachan
Copy link

How do you guys come up with this hex modification for the executable file. Is there a way to figure this out for other programs?

@onatkarabulut
Copy link

---> 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 (^-^)

UR the best! Works on windows without terminal commands v4152

man you just the man 👍

Can confirm this still works for 4169, Thanks mate!

It's still work on Ubuntu 22.04, Pop_os.
$ echo "00489f39: c640 0501 4885 c9" | sudo xxd -r - /opt/sublime_text/sublime_text

@brakheart
Copy link

Worked! Version: 4152

---> 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

Done Happy Code (^-^)

not working on mac m1 4152

Thanks, that's work! :)

It just deleted my whole downloads directory i had to recreate it. It's not working!

Worked, Version: 4152 OS: Windows

It worked for Ver. 4169 on OS:Win11

Worked on Ver. 4169 OS: Windows 10 22H2

@techvishnu
Copy link

How do you guys come up with this hex modification for the executable file. Is there a way to figure this out for other programs?

I wonder the same thing, there are truly geniuses out there

@henryjhenry
Copy link

henryjhenry commented Jun 14, 2024

for mac users in 9 steps: —————————————— 1- go to Applications 2- right click on Sublime Text and select show package contents 3- open contents > macos 4- then drag and drop sublime_text to https://hexed.it 5- search for 80 78 05 00 0F 94 C1 and replace it with C6 40 05 01 48 85 C9 6- click save as icon and name it to sublime_text 7- open your terminal and type the following commands:
cd /Downloads chmod 755 sublime_text sudo chown <your_user_account_name> sublime_text sudo chgrp staff sublime_text
8- copy the sublime_text from downloads and navigate back to steps 2 and 3, then replace it. 9- open up your terminal and type the following:
cd /Applications sudo codesign --remove-signature Sublime\ Text.app/
happy coding!

I did all steps but it shows "Can't open app" message when I opened it. Mac pro m2.

i get the same message! I also use Mac with M1 Pro

It seems just working on Inter Mac.

@filmovtv
Copy link

All steps were successful, but on the last step 9 I get an error:
Sublime Text.app/: internal error in Code Signing subsystem

As a consequence, I get an error when launching Sublime Text:
Unable to open the programme "Sublime Text.app".

@iikay
Copy link

iikay commented Jun 20, 2024

All steps were successful, but on the last step 9 I get an error: Sublime Text.app/: internal error in Code Signing subsystem

As a consequence, I get an error when launching Sublime Text: Unable to open the programme "Sublime Text.app".

me too

@PolarisFx
Copy link

Can confirm this still works for 4169, Thanks mate!

It's still work on Ubuntu 22.04, Pop_os. $ echo "00489f39: c640 0501 4885 c9" | sudo xxd -r - /opt/sublime_text/sublime_text

Tried for hours doing this every which way in Arch, just wouldn't work. Watched a video on Distrobox, thought maybe it'll work in Ubuntu. Spooled up an Ubuntu image, downloaded sublime, ran the above command and it works perfectly. First time. Maddening

distrobox-export --bin /opt/sublime_text/sublime_text

And now I have it in Arch...

@szhang6
Copy link

szhang6 commented Jun 26, 2024

Get message "That license key is no longer valid."

@HelplessMan
Copy link

All steps were successful, but on the last step 9 I get an error: Sublime Text.app/: internal error in Code Signing subsystem
As a consequence, I get an error when launching Sublime Text: Unable to open the programme "Sublime Text.app".

me too

me too
How to solve this?

@feihu3022
Copy link

@HelplessMan @iikay @filmovtv

所有步骤均成功,但在最后一步 9 时出现错误:Sublime Text.app/:代码签名子系统中的内部错误
结果,我在启动 Sublime Text 时出现错误:无法打开程序“Sublime Text.app”。

我也是

我也是 如何解决这个问题?

chip:Apple M1(M2)
Worked For me macOS Sonoma 14.5

Sublime Text build 4169

1 . open your terminal 

cd "/Applications/Sublime Text.app/Contents/MacOS/" || exit
md5 -q sublime_text | grep -i "3AEA5F094739BC66C5A6C11A4EA08B58" || exit
echo 000A5AAB: 48 C7 C0 00 00 00 00 C3 | xxd -r - sublime_text
echo 0000C7D5: 90 90 90 90 90 | xxd -r - sublime_text
echo 0000C7ED: 90 90 90 90 90 | xxd -r - sublime_text
echo 000A701D: C3 | xxd -r - sublime_text
echo 000A56A6: C3 | xxd -r - sublime_text
echo 0108A908: 00 00 80 D2 C0 03 5F D6 | xxd -r - sublime_text
echo 010118F4: 1F 20 03 D5 | xxd -r - sublime_text
echo 01011908: 1F 20 03 D5 | xxd -r - sublime_text
echo 0108BB94: C0 03 5F D6 | xxd -r - sublime_text
echo 0108A588: C0 03 5F D6 | xxd -r - sublime_text

  1. codesign --force --deep --sign - "/Applications/Sublime Text.app"

  2. ‘Help’ -> License

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 ------

@henryjhenry
Copy link

henryjhenry commented Jun 27, 2024

@HelplessMan @iikay @filmovtv

所有步骤均成功,但在最后一步 9 时出现错误:Sublime Text.app/:代码签名子系统中的内部错误
结果,我在启动 Sublime Text 时出现错误:无法打开程序“Sublime Text.app”。

我也是

我也是 如何解决这个问题?

chip:Apple M1(M2) Worked For me macOS Sonoma 14.5

Sublime Text build 4169

1 . open your terminal 

cd "/Applications/Sublime Text.app/Contents/MacOS/" || exit md5 -q sublime_text | grep -i "3AEA5F094739BC66C5A6C11A4EA08B58" || exit echo 000A5AAB: 48 C7 C0 00 00 00 00 C3 | xxd -r - sublime_text echo 0000C7D5: 90 90 90 90 90 | xxd -r - sublime_text echo 0000C7ED: 90 90 90 90 90 | xxd -r - sublime_text echo 000A701D: C3 | xxd -r - sublime_text echo 000A56A6: C3 | xxd -r - sublime_text echo 0108A908: 00 00 80 D2 C0 03 5F D6 | xxd -r - sublime_text echo 010118F4: 1F 20 03 D5 | xxd -r - sublime_text echo 01011908: 1F 20 03 D5 | xxd -r - sublime_text echo 0108BB94: C0 03 5F D6 | xxd -r - sublime_text echo 0108A588: C0 03 5F D6 | xxd -r - sublime_text

  1. codesign --force --deep --sign - "/Applications/Sublime Text.app"
  2. ‘Help’ -> License

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 ------

Awesome! Worked on Sonama 14.5 APPLE M2

@ACodingJie
Copy link

@HelplessMan @iikay @filmovtv

所有步骤均成功,但在最后一步 9 时出现错误:Sublime Text.app/:代码签名子系统中的内部错误
结果,我在启动 Sublime Text 时出现错误:无法打开程序“Sublime Text.app”。

我也是

我也是 如何解决这个问题?

chip:Apple M1(M2) Worked For me macOS Sonoma 14.5

Sublime Text build 4169

1 . open your terminal 

cd "/Applications/Sublime Text.app/Contents/MacOS/" || exit md5 -q sublime_text | grep -i "3AEA5F094739BC66C5A6C11A4EA08B58" || exit echo 000A5AAB: 48 C7 C0 00 00 00 00 C3 | xxd -r - sublime_text echo 0000C7D5: 90 90 90 90 90 | xxd -r - sublime_text echo 0000C7ED: 90 90 90 90 90 | xxd -r - sublime_text echo 000A701D: C3 | xxd -r - sublime_text echo 000A56A6: C3 | xxd -r - sublime_text echo 0108A908: 00 00 80 D2 C0 03 5F D6 | xxd -r - sublime_text echo 010118F4: 1F 20 03 D5 | xxd -r - sublime_text echo 01011908: 1F 20 03 D5 | xxd -r - sublime_text echo 0108BB94: C0 03 5F D6 | xxd -r - sublime_text echo 0108A588: C0 03 5F D6 | xxd -r - sublime_text

  1. codesign --force --deep --sign - "/Applications/Sublime Text.app"
  2. ‘Help’ -> License

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 ------

Worked on Sonama 14.5 APPLE M1
如果第三步没成功,需要退出一下,重新打开再输入

@matr0s
Copy link

matr0s commented Jun 28, 2024

@HelplessMan @iikay @filmovtv

所有步骤均成功,但在最后一步 9 时出现错误:Sublime Text.app/:代码签名子系统中的内部错误
结果,我在启动 Sublime Text 时出现错误:无法打开程序“Sublime Text.app”。

我也是

我也是 如何解决这个问题?

chip:Apple M1(M2) Worked For me macOS Sonoma 14.5

Sublime Text build 4169

1 . open your terminal 

cd "/Applications/Sublime Text.app/Contents/MacOS/" || exit md5 -q sublime_text | grep -i "3AEA5F094739BC66C5A6C11A4EA08B58" || exit echo 000A5AAB: 48 C7 C0 00 00 00 00 C3 | xxd -r - sublime_text echo 0000C7D5: 90 90 90 90 90 | xxd -r - sublime_text echo 0000C7ED: 90 90 90 90 90 | xxd -r - sublime_text echo 000A701D: C3 | xxd -r - sublime_text echo 000A56A6: C3 | xxd -r - sublime_text echo 0108A908: 00 00 80 D2 C0 03 5F D6 | xxd -r - sublime_text echo 010118F4: 1F 20 03 D5 | xxd -r - sublime_text echo 01011908: 1F 20 03 D5 | xxd -r - sublime_text echo 0108BB94: C0 03 5F D6 | xxd -r - sublime_text echo 0108A588: C0 03 5F D6 | xxd -r - sublime_text

  1. codesign --force --deep --sign - "/Applications/Sublime Text.app"
  2. ‘Help’ -> License

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 ------

Work perfectly . M1 macOS Sequoia Beta
Tnx a lot

@Thrsh001
Copy link

Thrsh001 commented Jul 2, 2024

I installed sublime via snap store and I can't find sublime_text in /opt/

@Honye
Copy link

Honye commented Jul 2, 2024

@HelplessMan @iikay @filmovtv

所有步骤均成功,但在最后一步 9 时出现错误:Sublime Text.app/:代码签名子系统中的内部错误
结果,我在启动 Sublime Text 时出现错误:无法打开程序“Sublime Text.app”。

我也是

我也是 如何解决这个问题?

chip:Apple M1(M2) Worked For me macOS Sonoma 14.5

Sublime Text build 4169

1 . open your terminal 

cd "/Applications/Sublime Text.app/Contents/MacOS/" || exit md5 -q sublime_text | grep -i "3AEA5F094739BC66C5A6C11A4EA08B58" || exit echo 000A5AAB: 48 C7 C0 00 00 00 00 C3 | xxd -r - sublime_text echo 0000C7D5: 90 90 90 90 90 | xxd -r - sublime_text echo 0000C7ED: 90 90 90 90 90 | xxd -r - sublime_text echo 000A701D: C3 | xxd -r - sublime_text echo 000A56A6: C3 | xxd -r - sublime_text echo 0108A908: 00 00 80 D2 C0 03 5F D6 | xxd -r - sublime_text echo 010118F4: 1F 20 03 D5 | xxd -r - sublime_text echo 01011908: 1F 20 03 D5 | xxd -r - sublime_text echo 0108BB94: C0 03 5F D6 | xxd -r - sublime_text echo 0108A588: C0 03 5F D6 | xxd -r - sublime_text

  1. codesign --force --deep --sign - "/Applications/Sublime Text.app"
  2. ‘Help’ -> License

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 ------

Worked

@dwla
Copy link

dwla commented Jul 3, 2024

@HelplessMan @iikay @filmovtv

所有步骤均成功,但在最后一步 9 时出现错误:Sublime Text.app/:代码签名子系统中的内部错误
结果,我在启动 Sublime Text 时出现错误:无法打开程序“Sublime Text.app”。

我也是

我也是 如何解决这个问题?

chip:Apple M1(M2) Worked For me macOS Sonoma 14.5

Sublime Text build 4169

1 . open your terminal 

cd "/Applications/Sublime Text.app/Contents/MacOS/" || exit md5 -q sublime_text | grep -i "3AEA5F094739BC66C5A6C11A4EA08B58" || exit echo 000A5AAB: 48 C7 C0 00 00 00 00 C3 | xxd -r - sublime_text echo 0000C7D5: 90 90 90 90 90 | xxd -r - sublime_text echo 0000C7ED: 90 90 90 90 90 | xxd -r - sublime_text echo 000A701D: C3 | xxd -r - sublime_text echo 000A56A6: C3 | xxd -r - sublime_text echo 0108A908: 00 00 80 D2 C0 03 5F D6 | xxd -r - sublime_text echo 010118F4: 1F 20 03 D5 | xxd -r - sublime_text echo 01011908: 1F 20 03 D5 | xxd -r - sublime_text echo 0108BB94: C0 03 5F D6 | xxd -r - sublime_text echo 0108A588: C0 03 5F D6 | xxd -r - sublime_text

  1. codesign --force --deep --sign - "/Applications/Sublime Text.app"
  2. ‘Help’ -> License

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 is what I wanted. Thx.

@jesterjunk
Copy link

If you are familiar with Python, you can use the following Python script,It works on Windows 11, Sublime Text version 4169.

sublime_text_path = "sublime_text.exe"

with open(sublime_text_path, "r+b") as file:
    content = file.read()
    content = content.replace(b"\x80\x78\x05\x00\x0F\x94\xC1", b"\xC6\x40\x05\x01\x48\x85\xC9")
    file.seek(0)
    file.write(content)
    file.truncate()

Thanks :)

@0x11DFE
Copy link

0x11DFE commented Jul 4, 2024

If you are familiar with Python, you can use the following Python script,It works on Windows 11, Sublime Text version 4169.

sublime_text_path = "sublime_text.exe"

with open(sublime_text_path, "r+b") as file:
    content = file.read()
    content = content.replace(b"\x80\x78\x05\x00\x0F\x94\xC1", b"\xC6\x40\x05\x01\x48\x85\xC9")
    file.seek(0)
    file.write(content)
    file.truncate()

Thanks :)

sublime_text_jE3tJziokJ

Worked, Here is a one liner script for Powershell.
Just open powershell (UAC) inside your sublime_text.exe binary and paste the script from below.
It will backup your original executable and apply the patch.

Copy-Item -Path 'sublime_text.exe' -Destination 'sublime_text.exe.bak' -Force; $original = [byte[]](0x80,0x78,0x05,0x00,0x0F,0x94,0xC1); $replacement = [byte[]](0xC6,0x40,0x05,0x01,0x48,0x85,0xC9); $content = [System.IO.File]::ReadAllBytes('sublime_text.exe.bak'); for ($i = 0; $i -le $content.Length - $original.Length; $i++) { if ([System.Linq.Enumerable]::SequenceEqual([System.Linq.Enumerable]::Skip([byte[]]$content, $i), [System.Linq.Enumerable]::Take($original, $original.Length))) { for ($j = 0; $j -lt $replacement.Length; $j++) { $content[$i + $j] = $replacement[$j]; } break; } }; [System.IO.File]::WriteAllBytes('sublime_text.exe', $content)

@Chensiisasurname
Copy link

@HelplessMan @iikay @filmovtv

所有步骤均成功,但在最后一步 9 时出现错误:Sublime Text.app/:代码签名子系统中的内部错误
结果,我在启动 Sublime Text 时出现错误:无法打开程序“Sublime Text.app”。

我也是

我也是 如何解决这个问题?

chip:Apple M1(M2) Worked For me macOS Sonoma 14.5

Sublime Text build 4169

1 . open your terminal

cd "/Applications/Sublime Text.app/Contents/MacOS/" || exit md5 -q sublime_text | grep -i "3AEA5F094739BC66C5A6C11A4EA08B58" || exit echo 000A5AAB: 48 C7 C0 00 00 00 00 C3 | xxd -r - sublime_text echo 0000C7D5: 90 90 90 90 90 | xxd -r - sublime_text echo 0000C7ED: 90 90 90 90 90 | xxd -r - sublime_text echo 000A701D: C3 | xxd -r - sublime_text echo 000A56A6: C3 | xxd -r - sublime_text echo 0108A908: 00 00 80 D2 C0 03 5F D6 | xxd -r - sublime_text echo 010118F4: 1F 20 03 D5 | xxd -r - sublime_text echo 01011908: 1F 20 03 D5 | xxd -r - sublime_text echo 0108BB94: C0 03 5F D6 | xxd -r - sublime_text echo 0108A588: C0 03 5F D6 | xxd -r - sublime_text

2. codesign --force --deep --sign - "/Applications/Sublime Text.app"

3. ‘Help’ -> License

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 ------

Worked perfectly on m2 Sonoma.
For those who have a permission issue with step one (etc. me at first), just do those steps outside the "Application" folder

@zhiyu-zeng
Copy link

---> 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 (^-^)

UR the best! Works on windows without terminal commands v4152

man you just the man 👍

Can confirm this still works for 4169, Thanks mate!

It's still work on Ubuntu 22.04, Pop_os. $ echo "00489f39: c640 0501 4885 c9" | sudo xxd -r - /opt/sublime_text/sublime_text

work on Ubuntu 22.04
thanks

@HenryLuoCN
Copy link

HenryLuoCN commented Jul 5, 2024

@HelplessMan @iikay @filmovtv

所有步骤均成功,但在最后一步 9 时出现错误:Sublime Text.app/:代码签名子系统中的内部错误
结果,我在启动 Sublime Text 时出现错误:无法打开程序“Sublime Text.app”。

我也是

我也是 如何解决这个问题?

chip:Apple M1(M2) Worked For me macOS Sonoma 14.5

Sublime Text build 4169

1 . open your terminal 

cd "/Applications/Sublime Text.app/Contents/MacOS/" || exit md5 -q sublime_text | grep -i "3AEA5F094739BC66C5A6C11A4EA08B58" || exit echo 000A5AAB: 48 C7 C0 00 00 00 00 C3 | xxd -r - sublime_text echo 0000C7D5: 90 90 90 90 90 | xxd -r - sublime_text echo 0000C7ED: 90 90 90 90 90 | xxd -r - sublime_text echo 000A701D: C3 | xxd -r - sublime_text echo 000A56A6: C3 | xxd -r - sublime_text echo 0108A908: 00 00 80 D2 C0 03 5F D6 | xxd -r - sublime_text echo 010118F4: 1F 20 03 D5 | xxd -r - sublime_text echo 01011908: 1F 20 03 D5 | xxd -r - sublime_text echo 0108BB94: C0 03 5F D6 | xxd -r - sublime_text echo 0108A588: C0 03 5F D6 | xxd -r - sublime_text

  1. codesign --force --deep --sign - "/Applications/Sublime Text.app"
  2. ‘Help’ -> License

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 ------

perfect! crack my intel chip Mac is successful also.
thank you very much.

@marcellonovak
Copy link

marcellonovak commented Jul 12, 2024

---> 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 (^-^)

UR the best! Works on windows without terminal commands v4152

man you just the man 👍

Can confirm this still works for 4169, Thanks mate!

It's still work on Ubuntu 22.04, Pop_os. $ echo "00489f39: c640 0501 4885 c9" | sudo xxd -r - /opt/sublime_text/sublime_text

the long command didn't work for me, just moved my entire downloads folder into the /opt/sublime_text folder.
however, after exporting the edited sublime_text version to my downloads (unsure if i even needed to do that), echo "00489f39: c640 0501 4885 c9" | sudo xxd -r - /opt/sublime_text/sublime_text worked! (On ubuntu 22.04.04)

@danieldelamaza
Copy link

Backup original sublime_text.exe to sublime_text.exe.bak (COPY)
go to https://hexed.it/ -> Click Open File (Location sublime_text.exe)
Find in Hex: 80 78 05 00 0f 94 c1
Replace with c6 40 05 01 48 85 c9
Save or Save As to (Location sublime_text.exe) Done
Happy Code (^-^)

Worked For me on windows 11 sublime

Backup original sublime_text.exe to sublime_text.exe.bak (COPY)
go to https://hexed.it/ -> Click Open File (Location sublime_text.exe)
Find in Hex: 80 78 05 00 0f 94 c1
Replace with c6 40 05 01 48 85 c9
Save or Save As to (Location sublime_text.exe) Done
Happy Code (^-^)

Worked For me on windows 11 sublime

worked win11 build 4169

@zivan80
Copy link

zivan80 commented Jul 13, 2024

@HelplessMan @iikay @filmovtv

所有步骤均成功,但在最后一步 9 时出现错误:Sublime Text.app/:代码签名子系统中的内部错误
结果,我在启动 Sublime Text 时出现错误:无法打开程序“Sublime Text.app”。

我也是

我也是 如何解决这个问题?

chip:Apple M1(M2) Worked For me macOS Sonoma 14.5

Sublime Text build 4169

1 . open your terminal 

cd "/Applications/Sublime Text.app/Contents/MacOS/" || exit md5 -q sublime_text | grep -i "3AEA5F094739BC66C5A6C11A4EA08B58" || exit echo 000A5AAB: 48 C7 C0 00 00 00 00 C3 | xxd -r - sublime_text echo 0000C7D5: 90 90 90 90 90 | xxd -r - sublime_text echo 0000C7ED: 90 90 90 90 90 | xxd -r - sublime_text echo 000A701D: C3 | xxd -r - sublime_text echo 000A56A6: C3 | xxd -r - sublime_text echo 0108A908: 00 00 80 D2 C0 03 5F D6 | xxd -r - sublime_text echo 010118F4: 1F 20 03 D5 | xxd -r - sublime_text echo 01011908: 1F 20 03 D5 | xxd -r - sublime_text echo 0108BB94: C0 03 5F D6 | xxd -r - sublime_text echo 0108A588: C0 03 5F D6 | xxd -r - sublime_text

  1. codesign --force --deep --sign - "/Applications/Sublime Text.app"
  2. ‘Help’ -> License

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 ------

m2 macos sonama 14.2.1 sublime 4173 好用

@HenryLuoCN
Copy link

HenryLuoCN commented Jul 16, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment