Skip to content

Instantly share code, notes, and snippets.

@Max-Enrik
Forked from anonymous/sublime_text3_crack.md
Last active August 29, 2015 14:27
Show Gist options
  • Save Max-Enrik/e28d7dff14d8586baef5 to your computer and use it in GitHub Desktop.
Save Max-Enrik/e28d7dff14d8586baef5 to your computer and use it in GitHub Desktop.

Revisions

  1. @invalid-email-address Anonymous created this gist Jun 7, 2015.
    32 changes: 32 additions & 0 deletions sublime_text3_crack.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,32 @@
    ![cat](https://raw.githubusercontent.com/fdxer/images/master/d.jpg)

    For pupil: all binary can be downloaded http://pan.baidu.com/s/1hqH2Pko

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

    For programmer:

    | VERSION | PLATFORM | OFFSET | ORIGINAL | CRACKED |
    |---------|-----------|---------|----------|---------|
    | 3092 | Linux x64 | 0xd703 | 85 | 39 |
    | 3092 | Linux x86 | 0xd152 | 85 | 39 |
    | 3092 | Win x64 | 0xf0bf7 | 85 | 3B |
    | 3092 | Win x86 | 0xa90b3 | 1a | 2a |
    | 3092 | OSX | 0x6615 | 85 | 39 |

    Crack 3092 for **Linux x64** (Only **Ubuntu default installtion**, `dd` maybe require elevation of privilege.)

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

    | VERSION | Md5 check for Windows x64 |
    |---------|-----------|
    | 3092 | **md5**:39fae87c0b47d1f26b40fed7326b84f4 |

    If you have no idea about cracking for Windows, recommend to use [Hex​Viewer
    ](https://packagecontrol.io/packages/HexViewer).
    But first of all, sublime text 3083 or 2.0.2 maybe needed.

    Old version download [link](http://pan.baidu.com/s/1gdrhiqn).

    # Github : [@fdxer](https://github.com/rexdf)
    E-mail : [email protected]