Apple - Is phone call history available on OS X?
I found my history at:
~/Library/Application Support/CallHistoryDB/CallHistory.storedata
if you want to be able to decode the destination phone/facetime numbers stored in storedata
, there are currently two solutions available:
- Original solution in Python
- Faster Golang implementation based on the original solution
Both allow to decrypt the addressee number, but the latter is available as executable files for different platforms.