Skip to content

Instantly share code, notes, and snippets.

@kbirmhrjn
Forked from sublime-crack4/sublime_text3_crack.md
Created February 13, 2016 06:58
Show Gist options
  • Save kbirmhrjn/67afb9387bf0966794c6 to your computer and use it in GitHub Desktop.
Save kbirmhrjn/67afb9387bf0966794c6 to your computer and use it in GitHub Desktop.
Sublime Text crack 3103 3083 Win64 Win32 Linux64 Linux32 OSX Mac MacOS latest

cat

To pupils: all binaries can be downloaded http://pan.baidu.com/s/1ntCChyp

After overwriting, maybe need to run chmod +x /path/to/sublime_text. For linux default installation, need to add sudo.

For programmers:

VERSION PLATFORM OFFSET ORIGINAL CRACKED
3103 Linux x64 0xd153 ff c8 31 c0
3103* Linux x64 0xd156 94 95
3103 Linux x86 0xcb83 48 0f 94 c0 c6 c0 01 90
3103* Linux x86 0xcb85 94 95
3103 Win x64 0xe61fc 83 f8 01 3b c0 90
3103* Win x64 0xe61fd f8 e0
3103** Win x64 0xe6200 94 95
3103 Win x86 0xa2ab9 1a 2a
3103* Win x86 0xa2ab9 1a fe
3103 OSX 0x5b2b 83 f8 01 39 c0 90
3103* OSX 0x5b2c f8 e0
  • star * marked lines are under test, if you succeed in cracking, please report it.
  • one star * means another method, two stars ** mean just one more method. Lines without star are time-tested.

Crack 3103 for Linux x64 (Only Ubuntu default installtion, dd maybe require elevation of privilege. You can only execute one (not two) of the following commands.)

printf '\x31\xc0' | dd seek=$((0xd153)) conv=notrunc bs=1 of=/path/to/sublime_text

or

printf '\x95' | dd seek=$((0xd156)) conv=notrunc bs=1 of=/path/to/sublime_text

Linux x86

printf '\xc6\xc0\x01\x90' | dd seek=$((0xcb83)) conv=notrunc bs=1 of=/path/to/sublime_text

or

printf '\x95' | dd seek=$((0xcb85)) conv=notrunc bs=1 of=/path/to/sublime_text
VERSION Md5 check for Windows x64
3103 md5:5f02376eadf6630b6349f11514349952

If you have no idea about cracking for Windows, recommend to use Hex​Viewer . But first of all, maybe sublime text 3083 or 2.0.2 is needed.

Previous versions download link.

A mirror: https://sublimecrack.wordpress.com

Github : @fdxer

E-mail : fdxer_fdxer@126.com

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