Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mac4n6/iOS-Frequent-Locations-Dumper

Dump the iOS Frequent Location binary plist files
https://github.com/mac4n6/iOS-Frequent-Locations-Dumper

Last synced: about 2 months ago
JSON representation

Dump the iOS Frequent Location binary plist files

Awesome Lists containing this project

README

        

# 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} `

## Output Options:
* k - KML
* c - CSV
* e - Everything (KML & CSV)

## Dependencies:
* hexdump.py: https://pypi.python.org/pypi/hexdump
* ccl_bplist.py: https://github.com/cclgroupltd/ccl-bplist

## 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