diff --git a/TODO.md b/TODO.md index 9d56610..6a435b8 100644 --- a/TODO.md +++ b/TODO.md @@ -8,4 +8,5 @@ - Samsung MSD10(Legacy and Tizen 2015) - Complete - Samsung MSD11(Tizen 2016+) - Complete - Panasonic SDDL.SEC(2011+) - Complete -- LG Epk2 (Crypted and plain header)- Should be complete, but needs some more testing \ No newline at end of file +- LG Epk2 (Crypted and plain header)- 100% complete (unless unencrypted versions exist >) +- LG epk3 - Probably fine??? but needs more testing (and more stolen keys) \ No newline at end of file diff --git a/src/formats/epk3.rs b/src/formats/epk3.rs index 2981b04..f0edbf2 100644 --- a/src/formats/epk3.rs +++ b/src/formats/epk3.rs @@ -100,7 +100,7 @@ pub fn extract_epk3(mut file: &File, output_folder: &str) -> Result<(), Box Result<(), Box