Where is the main database file for Skype located and how is it called?
Name: main.db
Location: ~/Library/Application Support/Skype/YourSkypeName/main.db
What are the main tables of the Skype main.db?
What and where are the main database files for WhatsApp for iOS and Android?
iOS
Files: ChatStorage.sqlite, Contacts.sqlite
Location: /var/mobile/Applications
Android
Files: Msgstore.db, wa.db
Location: com.whatsapp/databases/
What are the main tables in the iOS WhatsApp contacts.sqlite database?
What are the main tables in the iOS WhatsApp ChatStorage.sqlite database?
ZWACHATSESSION : List of unique conversations started with different contacts or groups
ZWAGROUPINFO : List of group conversations
ZWAGROUPMEMBER : List of contacts participating in group conversations
ZWAMEDIAITEM : List of exchanged media items
ZWAMESSAGE : List of messages exchanged
ZWAMESSAGEWORD : List of single words included in all the conversations
What are the main tables in the Android WhatsApp msgstore.db database?
What are the main db files of Viber for iOS and Android and where are they located?
iOS
File: Contacts.data
Location: /var/mobile/Applications
Android
File: viber_data, viber_messages
Location: /data/data/com.viber.voip
What are the main tables of the Viber - iOS - Contacts.db?
ZABCONTACT: All contacts found on the phone
ZATTACHMENT: All the attachments exchanged
ZCONVERSATION: List of unique conversations
ZPHONENUMBERINDEX: List of phone numbers
ZRECENT: List of recent calls
ZSTICKER: Data related to the sticker icons
ZSTICKERSPACKAGE: Data related to the available sticker packages
ZVIBERLOCATION: Latitude and longitude of each message sent
ZVIBERMESSAGE: List of messages exchanged
What are the main tables of the Viber - Android - viber_messages?
What are the main tables of the Viber - Android - viber_data?