dloss / binary-parsing

A list of generic tools for parsing binary data structures, such as file formats, network protocols or bitstreams
MIT License
882 stars 66 forks source link

Do you know something about microcontroller-specific binary parser generators? #8

Open ponyatov opened 5 years ago

ponyatov commented 5 years ago

https://sourceforge.net/p/qpc/discussion/668726/thread/030b0138ec/

I don't see some tools suitable for very constraint systems, like http://www.colm.net/open-source/ragel/ or tools or papers specially intended for stream binary parsing with error recovery (Wireshark must-have features).

dloss commented 5 years ago

Good suggestion, thank you. Could you provide a pull request with a link to Ragel? What other tools and papers should we include?