Advertisement
Guest User

revenant-images-i2d-file-format-WIP.ksy

a guest
Feb 8th, 2024
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.63 KB | None | 0 0
  1. meta:
  2.   id: images
  3.   endian: le
  4.   file-extension: i2d
  5.  
  6. seq:
  7.   - id: magic
  8.     contents: [0x43, 0x47, 0x53, 0x52]
  9.    
  10.   - id: file_header
  11.     type: file_header_block
  12.    
  13. types:
  14.   file_header_block:
  15.     seq:
  16.     - id: num_images1
  17.       type: u2
  18.      
  19.     - id: unknown_constant1
  20.       type: u1
  21.     - id: unknown_constant2
  22.       type: u1
  23.      
  24.     - id: unknown_constant3
  25.       type: u4
  26.     - id: unknown_constant4
  27.       type: u4
  28.     - id: unknown_constant5
  29.       type: u4
  30.      
  31.     - id: empty_space1
  32.       type: u4
  33.      
  34.     - id: num_images2
  35.       type: u4
  36.      
  37.     - id: img_string1
  38.       type: str
  39.       terminator: 0
  40.       encoding: utf8
  41.      
  42.     - id: str_padding
  43.       size: (4 - _io.pos) % 4 # see https://github.com/kaitai-io/kaitai_struct/issues/12#issuecomment-277757932
  44.      
  45.     - id: empty_space2
  46.       size: 6*4
  47.      
  48.     - id: unknown_constant6
  49.       type: u4
  50.     - id: unknown_constant7
  51.       type: u4
  52.    
  53.     - id: empty_space3
  54.       type: u4
  55.      
  56.     - id: unknown_constant8
  57.       type: u4
  58.     - id: unknown_constant9
  59.       type: u4
  60.     - id: unknown_constant10
  61.       type: u4
  62.      
  63.     - id: empty_space4
  64.       type: u4
  65.      
  66.     - id: unknown_constant11
  67.       type: u4
  68.     - id: unknown_constant12
  69.       type: u4
  70.     - id: unknown_constant13
  71.       type: u4
  72.      
  73.     - id: empty_space5
  74.       type: u4
  75.      
  76.     - id: unknown_constant14
  77.       type: u4
  78.     - id: unknown_constant15
  79.       type: u4
  80.     - id: unknown_constant16
  81.       type: u4
  82.      
  83.     - id: empty_space6
  84.       size: 3*4
  85.      
  86.     - id: unknown_constant17
  87.       type: u4
  88.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement