mirror of
https://github.com/Ap0dexMe0/unixtract.git
synced 2026-07-16 05:04:22 +02:00
Add new mtk pkg support and key, needed changes for LZHSfs , add LZ4 support.
This commit is contained in:
@@ -19,7 +19,7 @@ struct Header {
|
||||
file_size: u32,
|
||||
_flags: u32,
|
||||
#[br(count = 32)] product_name_bytes: Vec<u8>,
|
||||
#[br(count = 32)] _encrypted_digest: Vec<u8>,
|
||||
#[br(count = 32)] _digest: Vec<u8>,
|
||||
}
|
||||
impl Header {
|
||||
fn vendor_magic(&self) -> String {
|
||||
|
||||
Reference in New Issue
Block a user