funai_bdp: add support for multiple keys and add more keys

This commit is contained in:
theubusu
2026-02-21 15:44:17 +01:00
parent f315f60175
commit 575dd718cd
3 changed files with 30 additions and 13 deletions
-2
View File
@@ -1,8 +1,6 @@
use binrw::BinRead;
use crate::utils::common;
pub static DEC_KEY: u32 = 0x13641A98;
#[derive(BinRead)]
pub struct IndexTableEntry {
name_bytes: [u8; 32],