import re import struct def read_u16_le(data: bytes, offset: int) -> int: if offset + 2 > len(data): return None return struct.unpack_from('