mirror of
https://github.com/Ap0dexMe0/unixtract.git
synced 2026-07-16 05:04:22 +02:00
funai_bdp: add support for multiple keys and add more keys
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user