Skip to content

Instantly share code, notes, and snippets.

View kenny59's full-sized avatar

Tibor Szűcs kenny59

  • Prague, Czech Republic
View GitHub Profile
#!/usr/bin/env python3
BACKUP_FILE = 'backup.ab'
# Constants
# ref: https://github.com/omnirom/android_bootable_recovery/blob/android-7.1/adbbu/twadbstream.h
TWRP = b'TWRP' + b'\x00\x00\x00\x00'
TWSTREAMHDR = b'twstreamheader'
TWFN = b'twfilename'