memflow / memflow-py

Python support for memflow
https://pypi.org/project/memflow/
MIT License
13 stars 4 forks source link

Support BE & LE structure types #12

Open emesare opened 1 year ago

emesare commented 1 year ago

https://docs.python.org/3/library/ctypes.html#structure-union-alignment-and-byte-order

emesare commented 1 year ago

Should be noted we prefer one over the other right now, we should use the native byte order of the system for the default Structure.