Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chenkovsky/b7d6eee67b8cd358f105d2201d20c6db to your computer and use it in GitHub Desktop.
Save chenkovsky/b7d6eee67b8cd358f105d2201d20c6db to your computer and use it in GitHub Desktop.

Revisions

  1. @laptrinhcomvn laptrinhcomvn revised this gist Sep 14, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Sublime Text 3 cheating.md
    Original file line number Diff line number Diff line change
    @@ -8,6 +8,7 @@ https://gist.github.com/vertexclique/9839383
    | 3143 | macOS | 0x65D4 | 55 | C3 |
    | 3143   | macOS   | 0x6219 | 55       | C3     |
    | 3143 | macOS   | 0x75214 | 55 48 89 E5 41 57 41 56 | 48 C7 C0 01 00 00 00 C3 |
    | 3143 | Linux x86_64   | 0x19D46 | 89 E8 74 | FF C0 EB |

    Open Terminal and run bellow 3 commands (run all of them)

  2. @laptrinhcomvn laptrinhcomvn revised this gist Sep 14, 2017. 1 changed file with 17 additions and 0 deletions.
    17 changes: 17 additions & 0 deletions Sublime Text 3 cheating.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,23 @@
    Ref:
    https://gist.github.com/vertexclique/9839383

    # For 3143 build 2017.09.14

    | VERSION | PLATFORM | OFFSET | ORIGINAL | CRACKED |
    |---------|-----------|---------|----------|---------|
    | 3143 | macOS | 0x65D4 | 55 | C3 |
    | 3143   | macOS   | 0x6219 | 55       | C3     |
    | 3143 | macOS   | 0x75214 | 55 48 89 E5 41 57 41 56 | 48 C7 C0 01 00 00 00 C3 |

    Open Terminal and run bellow 3 commands (run all of them)

    ```!sh
    printf '\xc3' | dd seek=$((0x65d4)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text
    printf '\xc3' | dd seek=$((0x6219)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text
    printf '\x48\xc7\xc0\x01\x00\x00\x00\xc3' | dd seek=$((0x75214)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text
    ```

    After run the commands, start new Sublime Text app, go to Main Menu > Help > Enter License. On the popup type in any text (example "a") and click **Use Licence** .

    # For 3126 build 2016.09.26

  3. @laptrinhcomvn laptrinhcomvn revised this gist Sep 29, 2016. 1 changed file with 5 additions and 2 deletions.
    7 changes: 5 additions & 2 deletions Sublime Text 3 cheating.md
    Original file line number Diff line number Diff line change
    @@ -13,14 +13,17 @@ https://gist.github.com/vertexclique/9839383
    | 3126 | Linux x64 | 0xC62E | 94 | 95 |




    Terminal command for Mac OS X:

    ```!sh
    printf '\xe0' | dd seek=$((0x6890)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text
    ```

    Terminal command for Linux x86:

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



  4. @laptrinhcomvn laptrinhcomvn revised this gist Sep 29, 2016. 1 changed file with 0 additions and 4 deletions.
    4 changes: 0 additions & 4 deletions Sublime Text 3 cheating.md
    Original file line number Diff line number Diff line change
    @@ -7,13 +7,9 @@ https://gist.github.com/vertexclique/9839383
    | VERSION | PLATFORM | OFFSET | ORIGINAL | CRACKED |
    |---------|-----------|---------|----------|---------|
    | 3126 | macOS | 0x6890 | F8 | E0 |
    |---------|-----------|---------|----------|---------|
    | 3126 | Win x86 | 0xBA11D | 1A | 2A |
    |---------|-----------|---------|----------|---------|
    | 3126 | Win x64 | 0xFC53B | 94 | 95 |
    |---------|-----------|---------|----------|---------|
    | 3126 | Linux x86 | 0xC35C | 94 | 95 |
    |---------|-----------|---------|----------|---------|
    | 3126 | Linux x64 | 0xC62E | 94 | 95 |


  5. @laptrinhcomvn laptrinhcomvn revised this gist Sep 29, 2016. 1 changed file with 16 additions and 0 deletions.
    16 changes: 16 additions & 0 deletions Sublime Text 3 cheating.md
    Original file line number Diff line number Diff line change
    @@ -7,11 +7,27 @@ https://gist.github.com/vertexclique/9839383
    | VERSION | PLATFORM | OFFSET | ORIGINAL | CRACKED |
    |---------|-----------|---------|----------|---------|
    | 3126 | macOS | 0x6890 | F8 | E0 |
    |---------|-----------|---------|----------|---------|
    | 3126 | Win x86 | 0xBA11D | 1A | 2A |
    |---------|-----------|---------|----------|---------|
    | 3126 | Win x64 | 0xFC53B | 94 | 95 |
    |---------|-----------|---------|----------|---------|
    | 3126 | Linux x86 | 0xC35C | 94 | 95 |
    |---------|-----------|---------|----------|---------|
    | 3126 | Linux x64 | 0xC62E | 94 | 95 |




    Terminal command for Mac OS X:

    ```!sh
    printf '\xe0' | dd seek=$((0x6890)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text
    ```




    # For 3124 build 2016.09.22

    | VERSION | PLATFORM | OFFSET | ORIGINAL | CRACKED |
  6. @laptrinhcomvn laptrinhcomvn revised this gist Sep 29, 2016. 1 changed file with 11 additions and 0 deletions.
    11 changes: 11 additions & 0 deletions Sublime Text 3 cheating.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,17 @@
    Ref:
    https://gist.github.com/vertexclique/9839383


    # For 3126 build 2016.09.26

    | VERSION | PLATFORM | OFFSET | ORIGINAL | CRACKED |
    |---------|-----------|---------|----------|---------|
    | 3126 | macOS | 0x6890 | F8 | E0 |

    ```!sh
    printf '\xe0' | dd seek=$((0x6890)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text
    ```

    # For 3124 build 2016.09.22

    | VERSION | PLATFORM | OFFSET | ORIGINAL | CRACKED |
  7. @laptrinhcomvn laptrinhcomvn revised this gist Sep 22, 2016. 1 changed file with 10 additions and 0 deletions.
    10 changes: 10 additions & 0 deletions Sublime Text 3 cheating.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,16 @@
    Ref:
    https://gist.github.com/vertexclique/9839383

    # For 3124 build 2016.09.22

    | VERSION | PLATFORM | OFFSET | ORIGINAL | CRACKED |
    |---------|-----------|---------|----------|---------|
    | 3124 | macOS | 0x5d5d | F8 | E0 |

    ```!sh
    printf '\xe0' | dd seek=$((0x5d5d)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text
    ```

    # For 3114 build 2016.05.17

    | VERSION | PLATFORM | OFFSET | ORIGINAL | CRACKED |
  8. @laptrinhcomvn laptrinhcomvn revised this gist May 18, 2016. 1 changed file with 19 additions and 0 deletions.
    19 changes: 19 additions & 0 deletions Sublime Text 3 cheating.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,25 @@
    Ref:
    https://gist.github.com/vertexclique/9839383

    # For 3114 build 2016.05.17

    | VERSION | PLATFORM | OFFSET | ORIGINAL | CRACKED |
    |---------|-----------|---------|----------|---------|
    | 3114 | Linux x64 | 0xc700 | 94 | 95 |
    | 3114 | Linux x86 | 0xc429 | 94 | 95 |
    | 3114 | Win x64 | 0xe62b4 | 94 | 95 |
    | 3114* | Win x64 | 0xe62b1 | f8 | e0 |
    | 3114 | Win x86 | 0xa22fb | 1a | 2a |
    | 3114* | Win x86 | 0xa22fb | 1a | fe |
    | 3114 | OSX | 0x5d9e | f8 | e0 |

    * star `*` marked rows means another method.

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


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

    # For 3103 build

    Michael Barnes
  9. @laptrinhcomvn laptrinhcomvn revised this gist Mar 1, 2016. 1 changed file with 83 additions and 0 deletions.
    83 changes: 83 additions & 0 deletions Sublime Text 3 cheating.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,86 @@
    Ref:
    https://gist.github.com/vertexclique/9839383

    # For 3103 build

    Michael Barnes
    Single User License
    EA7E-821385
    8A353C41 872A0D5C DF9B2950 AFF6F667
    C458EA6D 8EA3C286 98D1D650 131A97AB
    AA919AEC EF20E143 B361B1E7 4C8B7F04
    B085E65E 2F5F5360 8489D422 FB8FC1AA
    93F6323C FD7F7544 3F39C318 D95E6480
    FCCC7561 8A4A1741 68FA4223 ADCEDE07
    200C25BE DBBC4855 C4CFB774 C5EC138C
    0FEC1CEF D9DCECEC D3A5DAD1 01316C36

    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 |
    -->

    | VERSION | PLATFORM | OFFSET | ORIGINAL | CRACKED |
    |---------|-----------|---------|----------|---------|
    | 3107 | Linux x64 | 0xd142 | 94 | 95 |
    | 3107 | Linux x86 | 0xcb79 | 94 | 95 |
    | 3107 | Win x64 | 0xe4598 | 94 | 95 |
    | 3107* | Win x64 | 0xe4595 | f8 | e0 |
    | 3107 | Win x86 | 0xa0c84 | 1a | 2a |
    | 3107* | Win x86 | 0xa0c84 | 1a | fe |
    | 3107 | OSX | 0x64ae | f8 | e0 |

    * star `*` marked rows means another method.

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


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



    | VERSION | Md5 check for Windows x64 |
    |---------|-----------|
    | 3107 | **md5**:2cbdbcf5f1f6b729a50ca7f343c15d47 |

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

    Traditional offset:

    | VERSION | PLATFORM | OFFSET | ORIGINAL | CRACKED |
    |---------|-----------|---------|----------|---------|
    | 3107 | Linux x64 | 0xd13f | ff c8 | 31 c0 |
    | 3107 | Linux x86 | 0xcb77 | 48 0f 94 c0 | c6 c0 01 90 |
    | 3107 | Win x64 | 0xe4594 | 83 f8 01 | 3b c0 90 |
    | 3107 | Win x86 | 0xa0c84 | 1a | 2a |
    | 3107 | OSX | 0x64ad | 83 f8 01 | 39 c0 90 |

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

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

    Github : [@fdxer](https://github.com/rexdf)

    # For 3083 build

    #### Mac OS X
    @@ -67,3 +147,6 @@ Sublime Text 3, build 3080 (dev) for Windows x64
    | **OFFSET** | **ORIGINAL** | **CRACKED** |
    |--------- |---------- |--------- |
    | 0xe2de3 | 85 | 3B |



  10. @laptrinhcomvn laptrinhcomvn revised this gist Mar 26, 2015. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Sublime Text 3 cheating.md
    Original file line number Diff line number Diff line change
    @@ -24,7 +24,8 @@ printf '\x39' | dd seek=$((0xcbe3)) conv=notrunc bs=1 of=/path/to/sublime_text
    |--------- |---------- |--------- |
    | 0xe21b3 | 85 | 3B |


    #### All download
    [Download](http://pan.baidu.com/s/1hqH2Pko)



  11. @laptrinhcomvn laptrinhcomvn revised this gist Mar 26, 2015. 1 changed file with 28 additions and 2 deletions.
    30 changes: 28 additions & 2 deletions Sublime Text 3 cheating.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,34 @@
    # For 3080 build

    Ref:
    https://gist.github.com/vertexclique/9839383

    # For 3083 build

    #### Mac OS X
    | **OFFSET** | **ORIGINAL** | **CRACKED** |
    |--------- |---------- |--------- |
    | 0x69cf | 85 | 39 |
    ```sh
    printf '\x39' | dd seek=$((0x69cf)) conv=notrunc bs=1 of=/path/to/sublime_text
    ```

    #### Linux x86_64
    | **OFFSET** | **ORIGINAL** | **CRACKED** |
    |--------- |---------- |--------- |
    | 0xcbe3 | 85 | 39 |
    ```sh
    printf '\x39' | dd seek=$((0xcbe3)) conv=notrunc bs=1 of=/path/to/sublime_text
    ```

    #### Window x86_64
    | **OFFSET** | **ORIGINAL** | **CRACKED** |
    |--------- |---------- |--------- |
    | 0xe21b3 | 85 | 3B |





    # For 3080 build
    http://pan.baidu.com/s/1hqH2Pko#path=%252F

    http://goo.gl/tU516d
  12. @laptrinhcomvn laptrinhcomvn revised this gist Mar 26, 2015. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions Sublime Text 3 cheating.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,8 @@
    # For 3080 build

    Ref:
    https://gist.github.com/vertexclique/9839383

    http://pan.baidu.com/s/1hqH2Pko#path=%252F

    http://goo.gl/tU516d
  13. @laptrinhcomvn laptrinhcomvn renamed this gist Mar 26, 2015. 1 changed file with 0 additions and 0 deletions.
  14. @laptrinhcomvn laptrinhcomvn revised this gist Mar 26, 2015. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions Sublime Text 3 patching.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    # For 3080 build

    http://pan.baidu.com/s/1hqH2Pko#path=%252F

    http://goo.gl/tU516d
  15. @laptrinhcomvn laptrinhcomvn renamed this gist Mar 26, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  16. @laptrinhcomvn laptrinhcomvn renamed this gist Mar 26, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  17. @laptrinhcomvn laptrinhcomvn revised this gist Mar 26, 2015. 1 changed file with 35 additions and 1 deletion.
    36 changes: 35 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,37 @@
    http://pan.baidu.com/s/1hqH2Pko#path=%252F

    http://goo.gl/tU516d
    http://goo.gl/tU516d


    Patch via command:

    #### Mac OS X command:

    ##### Using sed
    ```sh
    brew install gnu-sed
    gsed -i 's/\xb5\xa3\x06\x00\x85\xc0/\xb5\xa3\x06\x00\x39\xc0/' /path/to/sublime_text
    ```

    ##### Using vim editor

    ```sh
    :%!xxd
    :%s/84 a706 0085/84 a706 0039/
    :%!xxd -r
    :wq
    ```

    #### Linux command to patch:
    ```sh
    sudo sed -i 's/\xf3\x01\x00\x85\xc0\x0f/\xf3\x01\x00\x39\xc0\x0f/' /opt/sublime_text/sublime_text

    ```


    #### Windows 64
    Sublime Text 3, build 3080 (dev) for Windows x64

    | **OFFSET** | **ORIGINAL** | **CRACKED** |
    |--------- |---------- |--------- |
    | 0xe2de3 | 85 | 3B |
  18. @laptrinhcomvn laptrinhcomvn created this gist Mar 26, 2015.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    http://pan.baidu.com/s/1hqH2Pko#path=%252F

    http://goo.gl/tU516d