Skip to content

Instantly share code, notes, and snippets.

@reporter123
Created October 17, 2016 01:42
Show Gist options
  • Save reporter123/5dfe905de8c8aad946bd0ee159189e65 to your computer and use it in GitHub Desktop.
Save reporter123/5dfe905de8c8aad946bd0ee159189e65 to your computer and use it in GitHub Desktop.
magic for file command to reconize Appleworks documents.
# appleworks: file(1) magic for appleworks(v4,v6) documents
# Apple Works a word processor file
# Version 4.?,6.2.9
# .cwk extention optional, MacOS Creator code:'BOBO'
1 byte =0x07
>4 string BOBO
>>0 byte =0x04 AppleWorks 4 Document
>>0 byte =0x06 AppleWorks 6 Document
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment