mtk_pkg_old (prev. mtk_upgrade_loader): implement header and content decryption, mtk_pkg: add version reading

This commit is contained in:
theubusu
2025-12-14 01:08:48 +01:00
parent 7d26859c6f
commit e7c6027598
8 changed files with 266 additions and 78 deletions
+2 -1
View File
@@ -5,4 +5,5 @@ pub mod lzss;
pub mod lzop;
pub mod sparse;
pub mod compression;
pub mod android_ota_update_metadata;
pub mod android_ota_update_metadata;
pub mod mtk_crypto;