This commit is contained in:
KaraZajac
2026-02-17 19:24:03 -05:00
parent b1295a9b86
commit 5944cfa741
49 changed files with 807 additions and 449 deletions
+82 -8
View File
@@ -10,15 +10,89 @@ const KEELOQ_MF_TYPES: &[u32] = &[0, 1, 2, 10, 20];
/// Names for each key entry in the blob (same order as entries before VAG). Used for fallback decode display.
const KEY_ENTRY_NAMES: &[&str] = &[
"KIA", "KIAV6A", "KIAV6B", "KIAV5", "Alligator", "Mongoose",
"SL_A6-A9/Tomahawk_9010", "Pantera", "SL_A2-A4", "Cenmax_St-5", "SL_B6,B9_dop",
"Harpoon", "Tomahawk_TZ-9030", "Tomahawk_Z,X_3-5", "Cenmax_St-7", "Sheriff",
"Pantera_CLK", "Cenmax", "Alligator_S-275", "Guard_RF-311A", "Partisan_RX",
"APS-1100_APS-2550", "Pantera_XS/Jaguar", "Teco", "Leopard", "Faraon", "Reff",
"ZX-730-750-1055", "Star Line",
"Pandora_M101", "Pandora_PRO", "Pandora_PRO2", "Pandora_SUBARU", "Pandora_SUZUKI",
"Pandora_DEA", "Pandora_GIBIDI", "Pandora_MCODE", "Pandora_Unknown_1", "Pandora_Unknown_2",
"KGB/Subaru",
"Magic_2",
"IronLogic",
"Stilmatic",
"Pandora_Test_Debug_2",
"Rosh",
"Dea_Mio",
"Leopard",
"Sheriff",
"Cenmax",
"Centurion",
"Guard_RF-311A",
"Pandora_PRO",
"Cardin_S449",
"Pandora_DEA",
"Pandora_GIBIDI",
"Pandora_MCODE",
"Pandora_Unknown_1",
"Pandora_SUZUKI",
"Harpoon",
"Gibidi",
"Pandora_Unknown_2",
"Jarolift",
"KEY",
"Novoferm",
"Pandora_SUBARU",
"Pecinin",
"Merlin",
"Pandora_M101",
"IL-100(Smart)",
"Pantera_CLK",
"Kingates_Stylo4k",
"Monarch",
"Aprimatic",
"NICE_MHOUSE",
"BFT",
"Pantera",
"KIAV5",
"FAAC_SLH",
"Alligator_S-275",
"NICE_Smilo",
"SL_A6-A9/Tomahawk_9010",
"Motorline",
"KIAV6A",
"Tomahawk_TZ-9030",
"Cenmax_St-7",
"Pantera_XS/Jaguar",
"APS-1100_APS-2550",
"Reff",
"KIAV6B",
"Beninca_ARC",
"Tomahawk_Z,X_3-5",
"Sommer",
"Pandora_PRO2",
"DoorHan",
"EcoStar",
"JCM_Tech",
"Faraon",
"Came_Space",
"Magic_4",
"SL_A2-A4",
"Elmes_Poland",
"Normstahl",
"KIA",
"GSN",
"Mutanco_Mutancode",
"Cenmax_St-5",
"Magic_3",
"Partisan_RX",
"Steelmate",
"Teco",
"ZX-730-750-1055",
"Jolly_Motors",
"Beninca",
"Mongoose",
"Alligator",
"Comunello",
"SL_B6,B9_dop",
"FAAC_RC,XT",
"Genius_Bravo",
"Rossi",
"DTM_Neo",
"Star Line",
];
const MAGIC: &[u8; 4] = b"KATK";