├── CHANGELOG.md ├── Hoarder.yml ├── LICENSE ├── README.md ├── hoarder.ico ├── hoarder.py ├── hoarder_logo.png ├── msvcp140.dll ├── parsers.zip ├── requirements.txt └── vcruntime140_1.dll /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muteb/Hoarder/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /Hoarder.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muteb/Hoarder/HEAD/Hoarder.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muteb/Hoarder/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muteb/Hoarder/HEAD/README.md -------------------------------------------------------------------------------- /hoarder.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muteb/Hoarder/HEAD/hoarder.ico -------------------------------------------------------------------------------- /hoarder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muteb/Hoarder/HEAD/hoarder.py -------------------------------------------------------------------------------- /hoarder_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muteb/Hoarder/HEAD/hoarder_logo.png -------------------------------------------------------------------------------- /msvcp140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muteb/Hoarder/HEAD/msvcp140.dll -------------------------------------------------------------------------------- /parsers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muteb/Hoarder/HEAD/parsers.zip -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pyyaml 2 | psutil 3 | pytsk3 -------------------------------------------------------------------------------- /vcruntime140_1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muteb/Hoarder/HEAD/vcruntime140_1.dll --------------------------------------------------------------------------------