From 49bff58605771a5a81787dcf4e441e4ba184b4b1 Mon Sep 17 00:00:00 2001 From: Costas K <11378310+kacos2000@users.noreply.github.com> Date: Thu, 23 Aug 2018 06:37:10 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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)
+