DS Store

From RCATs
Revision as of 17:36, 1 February 2023 by Ali3nw3rx (talk | contribs) (Created page with "Category:Reconnaissance ==About .ds_stores== .DS_Store files contain records of the different properties (fields) of the files or directories of the directory of .DS_Store. These fields can specify things like modification dates, icons, backgrounds, comments, etc. This program parses, displays, and explains all the fields currently known in .DS_Store. (There's a lot!) <syntaxhighlight> sudo git clone https://github.com/HanwenZhu/.DS_Store-parser cd .DS_Store-parser...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


About .ds_stores

.DS_Store files contain records of the different properties (fields) of the files or directories of the directory of .DS_Store. These fields can specify things like modification dates, icons, backgrounds, comments, etc. This program parses, displays, and explains all the fields currently known in .DS_Store. (There's a lot!)

sudo git clone https://github.com/HanwenZhu/.DS_Store-parser
cd .DS_Store-parser
python3 parse.py <.DS_Store file>
python3 parse.py <.DS_Store file>