├── LICENSE ├── README.md ├── cli.png ├── fvc.ico ├── fvc.py ├── fvc_pythonista.py ├── parsers.ini ├── requirements.txt ├── screen.png └── shortcut.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jankais3r/Forensic-Version-Checker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jankais3r/Forensic-Version-Checker/HEAD/README.md -------------------------------------------------------------------------------- /cli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jankais3r/Forensic-Version-Checker/HEAD/cli.png -------------------------------------------------------------------------------- /fvc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jankais3r/Forensic-Version-Checker/HEAD/fvc.ico -------------------------------------------------------------------------------- /fvc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jankais3r/Forensic-Version-Checker/HEAD/fvc.py -------------------------------------------------------------------------------- /fvc_pythonista.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jankais3r/Forensic-Version-Checker/HEAD/fvc_pythonista.py -------------------------------------------------------------------------------- /parsers.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jankais3r/Forensic-Version-Checker/HEAD/parsers.ini -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jankais3r/Forensic-Version-Checker/HEAD/requirements.txt -------------------------------------------------------------------------------- /screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jankais3r/Forensic-Version-Checker/HEAD/screen.png -------------------------------------------------------------------------------- /shortcut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jankais3r/Forensic-Version-Checker/HEAD/shortcut.png --------------------------------------------------------------------------------