add funai_mstar extractor, mstar: fix BUG from previous commit (not increment j counter when skipping by unknown dest), auto delete decrypted file in mstar_secure_old (new option to not do so)

This commit is contained in:
theubusu
2026-05-11 19:55:01 +02:00
parent 30fafbd3fc
commit c29bbe1bdc
6 changed files with 155 additions and 10 deletions
+1
View File
@@ -134,6 +134,7 @@ pub fn extract_mstar(app_ctx: &AppContext, _ctx: Box<dyn Any>) -> Result<(), Box
Path::new(&app_ctx.output_dir).join(format!("_unknown_{}.bin", offset))
} else {
println!("- Warning, unknown destination - skipping...");
i += 1;
continue;
}
} else {