Skip to content

Instantly share code, notes, and snippets.

@shelllee
Forked from ijd/Sublime Text 4200.md
Created March 1, 2026 14:57
Show Gist options
  • Select an option

  • Save shelllee/68d434ec83e6de52641d77568fe4012f to your computer and use it in GitHub Desktop.

Select an option

Save shelllee/68d434ec83e6de52641d77568fe4012f to your computer and use it in GitHub Desktop.
Sublime Text 4200 Patch / HexEd.it

Patch with HexEd.it:

Replace 0F B6 51 05 83 F2 01 with C6 41 05 01 B2 00 90


Script (run as admin):

py -c "open('C:\\Program Files\\Sublime Text\\sublime_text.exe', 'rb+').write(open('C:\\Program Files\\Sublime Text\\sublime_text.exe', 'rb').read().replace(b'\x0F\xB6\x51\x05\x83\xF2\x01', b'\xC6\x41\x05\x01\xB2\x00\x90'))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment