资 源 简 介
This is a little script I threw together to parse binary plist Safari history files.
This script was built and run in 64-bit nix using Python 2.7.3, here - http://www.python.org/getit/releases/2.7.3/
This script also utilizes the biplist module created by Andrew Wooster, here - http://pypi.python.org/pypi/biplist/0.5
I haven"t done a whole lot of testing/error checking, so if something is buggy or not functional let me know please! I tried to error check any obvious issues that would arise.
I"m not a python guru by any means but maybe someone will find the script useful!
The script simply utilizes the biplist module to read records from a binary plist Safari history file and dump them into a .csv file. The .csv file is created in the directory from which you run the script. It will be called "History.csv".