Releases: labcif/ADB-Extractor
Gzip Windows fix
Changed gzip extraction subprocess to the python library since by default gzip is not available in the windows cli.
Release Version 1.2
Addition of hashing functionality, to make it more accurate for forensic analysis ADB extractor now creates a file with the SHA256 hashes of each file it extracts, to validate them correctly the extraction methods was a bit modified, now the data is extracted from GZ and untared and the hashed (hashing in ADB was tested but proven non optimal). Data can be validated with:
sha256sum -c sha256.txt
The data is now stored in a own folder, tar file remains there also, including hash txt and extracted files.
Release Version 1.1
Changed the radio buttons to checkboxes letting the user do multiple extractions in a row.
Graphical Tool Release
Release of ADB Extractor with a graphical UI created in PySimpleGUI.
Works on Windows, Linux and Macos.