mirror of
https://github.com/Ap0dexMe0/unixtract.git
synced 2026-07-16 05:04:22 +02:00
add cd5 extractor
This commit is contained in:
@@ -28,6 +28,7 @@ pub mod bdl;
|
||||
pub mod amlogic;
|
||||
pub mod sdboot;
|
||||
pub mod sdimage;
|
||||
pub mod cd5;
|
||||
|
||||
pub mod pup;
|
||||
|
||||
@@ -214,6 +215,11 @@ pub fn get_registry() -> Vec<Format> {
|
||||
detector_func: crate::formats::mtk_bdp::is_mtk_bdp_file,
|
||||
extractor_func: crate::formats::mtk_bdp::extract_mtk_bdp,
|
||||
},
|
||||
Format {
|
||||
name: "cd5",
|
||||
detector_func: crate::formats::cd5::is_cd5_file,
|
||||
extractor_func: crate::formats::cd5::extract_cd5,
|
||||
},
|
||||
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user