Add Android OTA payload extractor

This commit is contained in:
theubusu
2025-12-12 22:14:01 +01:00
parent f993a3df70
commit 7d26859c6f
10 changed files with 759 additions and 29 deletions
+5 -1
View File
@@ -18,4 +18,8 @@ ecb = "0.1.2"
tar = "0.4.44"
binrw = "0.15"
simd-adler32 = "*"
minilzo-rs = "0.6.1"
minilzo-rs = "0.6.1"
prost = "0.14.1"
prost-types = "0.14.1"
bzip2 = "0.6.1"
liblzma = "0.4.5"