add SLP extractor, fix in invincible_image

This commit is contained in:
theubusu
2025-10-29 18:36:42 +01:00
parent 87a87cd2bc
commit cf66fbd3a1
4 changed files with 120 additions and 0 deletions
+2
View File
@@ -139,5 +139,7 @@ pub fn extract_invincible_image(mut file: &File, output_folder: &str) -> Result<
i += 1;
}
println!("\nExtraction finished!");
Ok(())
}