mac4n6 / iOS-Frequent-Locations-Dumper

Dump the iOS Frequent Location binary plist files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS Frequent Locations Dumper

Dump the contents of the StateModel#.archive files located in /private/var/mobile/Library/Caches/com.apple.routined/

Usage:

python dump_freq_locs.py -output {k, c, e} <StateModel#.archive>

Output Options:

  • k - KML
  • c - CSV
  • e - Everything (KML & CSV)

Dependencies:

Sample Output:

sample_dump_freq_locs.txt - Sample script output

Related Information:

http://www.mac4n6.com/blog/2015/12/20/parsing-the-ios-frequent-locations

About

Dump the iOS Frequent Location binary plist files


Languages

Language:Python 100.0%