Skip to content

Instantly share code, notes, and snippets.

@danielandersson
Last active May 9, 2018 22:43
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save danielandersson/bcd2260fc70253059a3d to your computer and use it in GitHub Desktop.
[OSX] ST3
@danielandersson
Copy link
Author

danielandersson commented May 13, 2016

Version  Platform Offset Original Patched
3114 OS X 0x5D9E F8 E0
printf '\xe0' | dd seek=$((0x5D9E)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text

@danielandersson
Copy link
Author

danielandersson commented Mar 15, 2017

Version Platform Offset Original Patched
3126 OS X 0x6890 F8 E0
printf '\xe0' | dd seek=$((0x6890)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text

@danielandersson
Copy link
Author

danielandersson commented May 29, 2017

Version Platform Offset Original Patched
3129 OS X 0x64D7 F8 E0
printf '\xe0' | dd seek=$((0x64D7)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text
Version Platform Offset Original Patched
3131 OS X 0x6EB8 F8 E0
printf '\xe0' | dd seek=$((0x6EB8)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text
Version Platform Offset Original Patched
3132 OS X 0x72A1 F8 E0
printf '\xe0' | dd seek=$((0x72A1)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text

@danielandersson
Copy link
Author

danielandersson commented Jun 8, 2017

Version Platform Offset Original Patched
3133 macOS 0x661B F8 E0
printf '\xe0' | dd seek=$((0x661B)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text

@danielandersson
Copy link
Author

Version Platform Offset Original Patched
3134 macOS 0x6EDF F8 E0
printf '\xe0' | dd seek=$((0x6EDF)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text

@danielandersson
Copy link
Author

danielandersson commented Jun 13, 2017

Version Platform Offset Original Patched (*)
3135 macOS 0x6CB0 84 85
0x6D27 94 95
printf '\x85' | dd seek=$((0x6CB0)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text
printf '\x95' | dd seek=$((0x6D27)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text

@danielandersson
Copy link
Author

danielandersson commented Sep 14, 2017

Version Platform Offset Original Patched (*)
3136 macOS 0x74A2E 55 48 89 E5 41 57 41 56 48 C7 C0 01 00 00 00 C3
printf '\x48\xc7\xc0\x01\x00\x00\x00\xc3' | dd seek=$((0x74a2e)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text
Version Platform Offset Original Patched (*)
3140 macOS 0x753F2 55 48 89 E5 41 57 41 56 48 C7 C0 01 00 00 00 C3
printf '\x48\xc7\xc0\x01\x00\x00\x00\xc3' | dd seek=$((0x753F2)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text
Version Platform Offset Original Patched (*)
3141 macOS 0x74F82 55 48 89 E5 41 57 41 56 48 C7 C0 01 00 00 00 C3
printf '\x48\xc7\xc0\x01\x00\x00\x00\xc3' | dd seek=$((0x74F82)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text
Version Platform Offset Original Patched
3142 macOS 0x659B 55 C3
0x61E3 55 C3
0x75432 55 48 89 E5 41 57 41 56 48 C7 C0 01 00 00 00 C3
printf '\xc3' | dd seek=$((0x659b)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text
printf '\xc3' | dd seek=$((0x61e3)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text
printf '\x48\xc7\xc0\x01\x00\x00\x00\xc3' | dd seek=$((0x75432)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text
Version Platform Offset Original Patched
3143 macOS 0x65D4 55 C3
0x6219 55 C3
0x75214 55 48 89 E5 41 57 41 56 48 C7 C0 01 00 00 00 C3
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

@danielandersson
Copy link
Author

Version Platform Offset Original Cracked
3170 macOS 0xADF6 55 C3
    0xA9C5 55 C3
    0x84702 55 48 89 E5 41 57 41 56 48 C7 C0 01 00 00 00 C3
printf '\xc3' | dd seek=$((0xadf6)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text
printf '\xc3' | dd seek=$((0xa9c5)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text
printf '\x48\xc7\xc0\x01\x00\x00\x00\xc3' | dd seek=$((0x84702)) conv=notrunc bs=1 of=/Applications/Sublime\ Text.app/Contents/MacOS/Sublime\ Text

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