Skip to content

rtravis/SkypeCacheViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skype Cache Viewer

Display contact information and messages extracted from a Skype cache LevelDB database.

Building

A POSIX compliant system (such as GNU/Linux) is required and additionally the following libraries are needed: pthread and leveldb.

The command line executable can be built using CMake:

mkdir build && cd build
cmake .. && make

Then you can run the executable like this:

./SkypeCacheViewer ${HOME}/.config/skypeforlinux/IndexedDB/file__0.indexeddb.leveldb

License

Unless otherwise specified a BSD 2-Clause License applies. Code is copyrighted as indicated in the file header comments. The LevelDB custom comparator code has been taken from the Chromium project.

About

View Skype LevelDB cache

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages