- Go to https://hexed.it/
- Click
Open Filein the top left corner, navigate to instalation folder and selectsublime_text.exe - On the
Search forbar in the left panel, input: 0F B6 51 05 83 F2 01 - Now in the editor, click on the first byte (0F) and start replacing each byte by: C6 41 05 01 B2 00 90
- Finally, in the top left corner again, click on
Save asand replace the old executable file with the newly created one.
Enjoy an Unlimited User License!
Author: Wasula Benjamin
Role: UIUX Designer & Developer
Last Updated: 17TH NOVEMBER, 2025
../sedkSVsli isn't a bin we're targeting here. Your target is ../sublime_text
@sovedus recommends you make a backup of this file before using sed/gsed. Which on macOS you'd use the following two commands in terminal:
1:
sudo cp /Applications/Sublime\ Text.app/Contents/MacOS/sublime_text /Applications/Sublime\ Text.app/Contents/MacOS/sublime_text.bak2:
sudo gsed -i 's/\x0F\xB6\x51\x05\x83\xF2\x01/\xC6\x41\x05\x01\xB2\x00\x90/' /Applications/Sublime\ Text.app/Contents/MacOS/sublime_text