Ref: https://gist.github.com/vertexclique/9839383
| OFFSET | ORIGINAL | CRACKED |
|---|---|---|
| 0x69cf | 85 | 39 |
printf '\x39' | dd seek=$((0x69cf)) conv=notrunc bs=1 of=/path/to/sublime_text| OFFSET | ORIGINAL | CRACKED |
|---|---|---|
| 0xcbe3 | 85 | 39 |
printf '\x39' | dd seek=$((0xcbe3)) conv=notrunc bs=1 of=/path/to/sublime_text| OFFSET | ORIGINAL | CRACKED |
|---|---|---|
| 0xe21b3 | 85 | 3B |
http://pan.baidu.com/s/1hqH2Pko#path=%252F
Patch via command:
brew install gnu-sed
gsed -i 's/\xb5\xa3\x06\x00\x85\xc0/\xb5\xa3\x06\x00\x39\xc0/' /path/to/sublime_text:%!xxd
:%s/84 a706 0085/84 a706 0039/
:%!xxd -r
:wqsudo sed -i 's/\xf3\x01\x00\x85\xc0\x0f/\xf3\x01\x00\x39\xc0\x0f/' /opt/sublime_text/sublime_text
Sublime Text 3, build 3080 (dev) for Windows x64
| OFFSET | ORIGINAL | CRACKED |
|---|---|---|
| 0xe2de3 | 85 | 3B |