Description
Parse binary data using C-like structure definitions in Python. It helps forensic, reverse-engineering, and file-format tools describe records clearly instead of manually slicing byte ranges everywhere.
This is a low-level parser library. Binary input from untrusted sources should be size-limited and validated, and analysis should stay within files or systems you are allowed to inspect.