plaso icon indicating copy to clipboard operation
plaso copied to clipboard

Add iOS Location Services parsers

Open bimosyah opened this issue 11 months ago • 3 comments

The project involves adding a parser for iOS Location Services. The ios_locationservices.py file contains a plist parser plugin for the com.apple.routined plist, which extracts and processes event data related to iOS location services. The parser identifies specific keys within the plist and generates event data for each key-value pair, including timestamps for datetime values.

Checklist:

  • [ ] Automated checks (GitHub Actions, AppVeyor) pass
  • [x] No new new dependencies are required or l2tdevtools has been updated
  • [x] Reviewer assigned
  • [ ] Test data has a Plaso compatible license

bimosyah avatar Dec 03 '24 01:12 bimosyah