+ added vestel

This commit is contained in:
Pari Malam
2026-06-04 19:46:23 +08:00
parent 6c51de5d9c
commit 7ccf2519ab
36 changed files with 810 additions and 222 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ use binrw::BinRead;
pub struct Header {
_signature: [u8; 128],
_control_id: u32, //must be zero
pub lenght: u32, //file size
pub length: u32, //file size
pub entry_count: u32,
_pad1: [u8; 4],
build_no_bytes: [u8; 16],