Skip to content

Instantly share code, notes, and snippets.

@YoussefKababe
Last active August 20, 2021 07:37
Show Gist options
  • Star 20 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save YoussefKababe/aa064a1be62a55ac87bb to your computer and use it in GitHub Desktop.
Save YoussefKababe/aa064a1be62a55ac87bb to your computer and use it in GitHub Desktop.

All binary can be downloaded http://pan.baidu.com/s/1hqH2Pko

Sublime Text 3, build 3083 (dev) for Windows x64

OFFSET ORIGINAL CRACKED
0xe21b3 85 3B

md5:c3522c719d24f85dd770c93b9bf9e56f

Sublime Text 3, build 3083 (dev) for Linux x86_64

OFFSET ORIGINAL CRACKED
0xcbe3 85 39
printf '\x39' | dd seek=$((0xcbe3)) conv=notrunc bs=1 of=/path/to/sublime_text

Sublime Text 3, build 3083 (dev) for OSX

OFFSET ORIGINAL CRACKED
0x69cf 85 39
printf '\x39' | dd seek=$((0x69cf)) conv=notrunc bs=1 of=/path/to/sublime_text

Sublime Text 3, build 3082 (dev) for Windows x64

OFFSET ORIGINAL CRACKED
0xe0b2f 85 3B

md5:77464f1c42822e36ed9745431c7fcf68

Sublime Text 3, build 3082 (dev) for Linux x86_64

OFFSET ORIGINAL CRACKED
0xcbe3 85 39
printf '\x39' | dd seek=$((0xcbe3)) conv=notrunc bs=1 of=/path/to/sublime_text

Sublime Text 3, build 3082 (dev) for OSX

OFFSET ORIGINAL CRACKED
0x64b5 85 39
printf '\x39' | dd seek=$((0x64b5)) conv=notrunc bs=1 of=/path/to/sublime_text

Sublime Text 3, build 3065 (dev) for Windows x64

OFFSET ORIGINAL CRACKED
0xdc98f 85 3B

md5:833dbff277a1a919255a8e9a4e45bebf

Sublime Text 3, build 3065 (dev) for Linux x86_64

OFFSET ORIGINAL CRACKED
0xunkonwn 85 39
printf '\x39' | dd seek=$((0xunkonwn)) conv=notrunc bs=1 of=/path/to/sublime_text

Sublime Text 3, build 3065 (dev) for OSX

OFFSET ORIGINAL CRACKED
0xunkonwn 85 39
printf '\x39' | dd seek=$((0xunkonwn)) conv=notrunc bs=1 of=/path/to/sublime_text

Github : @fdxer

E-mail : fdxer_fdxer@126.com

Don't forget to buy sublime text

This part should be in capital letters with really large font, isn't it ?

@neoXfire
Copy link

Can you give the same table :
OFFSET | ORIGINAL | CRACKED
? | ? | ?
for Win 32 bits version please ?
Thank you !

@way2me
Copy link

way2me commented Jan 18, 2016

downloaded 3083 for Mac from their website but I am doing like this:-
$ printf '\x39' | dd seek=$((0xunkonwn)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text

Error:-
-bash: 0xunkonwn: value too great for base (error token is "0xunkonwn")
Saving session...
...saving history...truncating history files...
...completed.

@zkzipoo
Copy link

zkzipoo commented Jan 29, 2016

Hi, thanks for the post
But the offset for Ver. 3083 does not work for the newer version 3098. Looking forwards to your solution, thanks

@Ristovski
Copy link

It indeed does not work for the latest dev release

@chrismccoy
Copy link

printf '\x39\xC0\x90' | dd seek=$((0x6847)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text

will work on latest dev 3099

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