Skip to content

Releases: labcif/ADB-Extractor

Gzip Windows fix

24 Sep 15:02
Compare
Choose a tag to compare

Changed gzip extraction subprocess to the python library since by default gzip is not available in the windows cli.

Release Version 1.2

24 Sep 14:20
Compare
Choose a tag to compare

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

18 May 09:54
Compare
Choose a tag to compare

Changed the radio buttons to checkboxes letting the user do multiple extractions in a row.

Graphical Tool Release

16 May 14:31
Compare
Choose a tag to compare

Release of ADB Extractor with a graphical UI created in PySimpleGUI.

Works on Windows, Linux and Macos.