Skip to content

Instantly share code, notes, and snippets.

@daniel-abramov
Created December 30, 2016 17:26
Show Gist options
  • Save daniel-abramov/80f89ff774777f6973b8a445114bb93d to your computer and use it in GitHub Desktop.
Save daniel-abramov/80f89ff774777f6973b8a445114bb93d to your computer and use it in GitHub Desktop.
Parse first 5 entries of the ICO format (in case if there are 5 icons) https://en.wikipedia.org/wiki/ICO_(file_format)#Icon_resource_structure
$ hexdump -v -s 6 -e '4/1 "%d \t" "\t\t" 2/2 "%d \t" "\t\t" 2/4 "%d \t"' -e '"\n"' icon.ico | head -n 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment