kuba2k2 / datastruct

Combination of struct and dataclasses for easy parsing of binary formats
MIT License
6 stars 1 forks source link

Where to start #5

Closed robots closed 4 weeks ago

robots commented 3 months ago

If you want to start using this project, there is very little documentation to this powerful tool.

Here are few projects where to look for "usages":

https://github.com/tuya-cloudcutter/cloudcutter-universal/blob/master/cloudcutter/modules/dhcp/structs.py https://github.com/tuya-cloudcutter/bk7231tools/blob/main/bk7231tools/analysis/kvstorage.py https://github.com/libretiny-eu/ltchiptool/blob/master/uf2tool/models/partition.py

kuba2k2 commented 4 weeks ago

Thanks, I added these to the README.