update sddl_sec to sddl_dec 7.0 version and add Sdboot as sep. format

This commit is contained in:
theubusu
2026-04-08 16:51:45 +02:00
parent 73709c87cd
commit a234eb6e49
7 changed files with 443 additions and 44 deletions
+6
View File
@@ -26,6 +26,7 @@ pub mod pana_dvd;
pub mod android_ota_payload;
pub mod bdl;
pub mod amlogic;
pub mod sdboot;
pub mod pup;
@@ -72,6 +73,11 @@ pub fn get_registry() -> Vec<Format> {
detector_func: crate::formats::sddl_sec::is_sddl_sec_file,
extractor_func: crate::formats::sddl_sec::extract_sddl_sec,
},
Format {
name: "sdboot",
detector_func: crate::formats::sdboot::is_sdboot_file,
extractor_func: crate::formats::sdboot::extract_sdboot,
},
Format {
name: "novatek",
detector_func: crate::formats::novatek::is_novatek_file,