Skip to content

Instantly share code, notes, and snippets.

@yehgdotnet
Created March 22, 2018 03:24
Show Gist options
  • Save yehgdotnet/258b783e6022825b8f623bcaa0c7c7b7 to your computer and use it in GitHub Desktop.
Save yehgdotnet/258b783e6022825b8f623bcaa0c7c7b7 to your computer and use it in GitHub Desktop.
.DS_Store Reader shell script
xxd -p .DS_Store | sed 's/00//g' | tr -d '\n' | sed 's/\([0-9A-F]\{2\}\)/0x\1 /g' | xxd -r -p | strings | sed 's/ptb[LN]ustr//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment