diff --git a/README.md b/README.md index fb9e547..81a1bb5 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ - [Chrome_favicons.sql](https://github.com/kacos2000/queries/blob/master/chrome_favicons.sql) - + - **Skype** + + - Query both cache_db.db databases found at AppData\Roaming\UserProfile\media_messaging\
+ 'emo_cache_v2\asyncdb' & 'media_cache_v3\asyncdb' folders + + [SQLite query](https://github.com/kacos2000/queries/blob/master/skype_cache_db.sql)
+ [PowerShell script/sqlite query](https://github.com/kacos2000/queries/blob/master/cache_db.ps1) so that you can view the Hex Blob output
+ [Sample Output (csv)](https://github.com/kacos2000/queries/blob/master/cache_db.csv)
+