mac4n6 / macMRU-Parser

Python script to parse the Most Recently Used (MRU) plist files on macOS into a more human friendly format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macMRU-Parser

Python script to parse the Most Recently Used (MRU) plist files on macOS into a more human friendly format.

Usage:

python macMRU.py [-h] [--blob_hex] [--blob_parse_human] [--blob_parse_raw] MRU_DIR

Output Options:

  • --blob_hex - Extract the binary BLOB Bookmark data
  • --blob_parse_raw - Parse the BLOB data in a raw format
  • --blob_parse_human - Parse the BLOB data in a (mostly) human-friendly format

Dependencies:

Related Information:

https://www.mac4n6.com/blog/2016/7/10/new-script-macmru-most-recently-used-plist-parser

About

Python script to parse the Most Recently Used (MRU) plist files on macOS into a more human friendly format.


Languages

Language:Python 100.0%