Skip to content

Instantly share code, notes, and snippets.

@danielandersson
Last active May 9, 2018 22:43
Show Gist options
  • Save danielandersson/bcd2260fc70253059a3d to your computer and use it in GitHub Desktop.
Save danielandersson/bcd2260fc70253059a3d to your computer and use it in GitHub Desktop.
[OSX] ST3
@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