mirror of
https://github.com/Ap0dexMe0/unixtract.git
synced 2026-07-16 05:04:22 +02:00
sddl_sec: upgrade to ver 5.0 and fix mistake in main
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
println!("SDDL.SEC file detected!");
|
||||
formats::sddl_sec::extract_sddl_sec(&file, &output_path)?;
|
||||
}
|
||||
if formats::invincible_image::is_invincible_image_file(&file) {
|
||||
else if formats::invincible_image::is_invincible_image_file(&file) {
|
||||
println!("INVINCIBLE_IMAGE file detected!");
|
||||
formats::invincible_image::extract_invincible_image(&file, &output_path)?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user