.gitignore
README.md
pyproject.toml
setup.cfg
tox.ini
.github/workflows/python-publish.yml
.github/workflows/python-tests.yml
examples/dump_structs.py
examples/linked_list_example.py
examples/cprograms/Makefile
examples/cprograms/userlist.c
moria/__init__.py
moria/arch.py
moria/basetypes.py
moria/namespace.py
moria/pack.py
moria/util.py
moria/values.py
moria/moria_c.egg-info/PKG-INFO
moria/moria_c.egg-info/SOURCES.txt
moria/moria_c.egg-info/dependency_links.txt
moria/moria_c.egg-info/top_level.txt
moria/parsers/__init__.py
moria/parsers/dwarf.py
tests/__init__.py
tests/helpers.py
tests/test_basetypes.py
tests/test_dwarf.py
tests/test_namespace.py
tests/test_packer.py
tests/test_util.py
tests/test_values.py