/Cache-Extractor

Extract all files from electron Application's cache

Primary LanguageRustMIT LicenseMIT

Cache extractor

License Build Version

Extract all files from electron Application's cache

Supported Applications

Usage

$ cache-extractor <args>

Example

$ cache-extractor --app discord --output-dir "./discord-cache"

Arguments

Argument required value default
--app | -a true Application None
--input | -i false String None
--output-dir | -o false String %cwd%/extracted
--clear-cache | -c false bool false
-file-filter | -f false Regex String ^f_
Application
discord
vscode
vscode-insider
guilded
custom (needs input argument)

Acknowledgements