.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
src/moria/__init__.py
src/moria/arch.py
src/moria/basetypes.py
src/moria/namespace.py
src/moria/pack.py
src/moria/util.py
src/moria/values.py
src/moria/parsers/__init__.py
src/moria/parsers/dwarf.py
src/moria_c.egg-info/PKG-INFO
src/moria_c.egg-info/SOURCES.txt
src/moria_c.egg-info/dependency_links.txt
src/moria_c.egg-info/requires.txt
src/moria_c.egg-info/top_level.txt
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