libdestruct Skills
libdestruct is a Python library for destructuring binary data into typed objects. It maps raw bytes to C-like types (integers, floats, strings, structs, pointers, arrays, enums, bitfields) with read/write support.
Installation
pip install git+https://github.com/mrindeciso/libdestruct.git
Core Concepts
All types inherit from obj. Every obj has:
.valueproperty to read/write the underlying data.addressproperty for the memory offset- `.to_b
[Description truncada. Veja o README completo no GitHub.]