ab_decrypt icon indicating copy to clipboard operation
ab_decrypt copied to clipboard

ab_decrypt.py, an educational python tool to decrypt Android backups

Results 1 ab_decrypt issues
Sort by recently updated
recently updated
newest added

The first line should be the standard hashbang (`#! /usr/bin/env python3`) to allow for this to work: wget ... chmod +x ./ab_decrypt ./ab_decrypt Note that it is `python3` because [PEP...