mirror of
https://github.com/Ap0dexMe0/unixtract.git
synced 2026-07-16 05:04:22 +02:00
add sdimage extractor, update readme
This commit is contained in:
@@ -27,6 +27,7 @@ pub mod android_ota_payload;
|
||||
pub mod bdl;
|
||||
pub mod amlogic;
|
||||
pub mod sdboot;
|
||||
pub mod sdimage;
|
||||
|
||||
pub mod pup;
|
||||
|
||||
@@ -78,6 +79,11 @@ pub fn get_registry() -> Vec<Format> {
|
||||
detector_func: crate::formats::sdboot::is_sdboot_file,
|
||||
extractor_func: crate::formats::sdboot::extract_sdboot,
|
||||
},
|
||||
Format {
|
||||
name: "sdimage",
|
||||
detector_func: crate::formats::sdimage::is_sdimage_file,
|
||||
extractor_func: crate::formats::sdimage::extract_sdimage,
|
||||
},
|
||||
Format {
|
||||
name: "novatek",
|
||||
detector_func: crate::formats::novatek::is_novatek_file,
|
||||
|
||||
Reference in New Issue
Block a user