Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 16-Feb-2021 | - | ||||
lib/ | H | 16-Feb-2021 | - | 483 | 355 | |
LICENSE | H A D | 16-Feb-2021 | 1.1 KiB | 20 | 16 | |
README | H A D | 16-Feb-2021 | 411 | 11 | 6 | |
__init__.py | H A D | 16-Feb-2021 | 4.5 KiB | 111 | 85 | |
adapters.py | H A D | 16-Feb-2021 | 16.3 KiB | 471 | 420 | |
core.py | H A D | 16-Feb-2021 | 43.5 KiB | 1,325 | 1,117 | |
debug.py | H A D | 16-Feb-2021 | 4 KiB | 135 | 121 | |
macros.py | H A D | 16-Feb-2021 | 20.9 KiB | 635 | 524 |
README
1construct is a Python library for declarative parsing and building of binary 2data. This is my fork of construct 2, with some modifications for Python 3 3and bug fixes. The construct website is http://construct.readthedocs.org 4 5pyelftools carries construct around because construct has been abandoned for 6a long time and didn't get bugfixes; it also didn't work with Python 3. 7 8LICENSE is the original license. 9 10 11