mirror of
https://github.com/Ap0dexMe0/unixtract.git
synced 2026-07-15 21:00:03 +02:00
funai_bdp: add support for multiple keys and add more keys
This commit is contained in:
@@ -108,6 +108,13 @@ pub static FUNAI_UPG: &[&str] = &[
|
||||
("68353031"), //PHL-0SDX
|
||||
];
|
||||
|
||||
//Funai BDP keys
|
||||
pub static FUNAI_BDP: &[&str] = &[
|
||||
("981A6413"),
|
||||
("81AE6734"),
|
||||
("09E87783"),
|
||||
];
|
||||
|
||||
//EPK keys
|
||||
//github.com/openlgtv/epk2extract
|
||||
pub static EPK: &[(&str, &str)] = &[
|
||||
|
||||
Reference in New Issue
Block a user