Recent Blogs Posts

  1. Implementation for testing exploration # x01

    Now, for testing those structures (for unpacking brres file) we just need a little bit, but critical, more information about the size of each file within the object data. It looks for various file type, this information is available in the corresponding header part. So here is one additional structure that we need to add.

    Code:
    Offset                        Size        Description
    
    file_section_header structure
    0x00 + [fd-j]              4 bytes     file tag
    ...