README.md
setup.py
src/woodelf/__init__.py
src/woodelf/api.py
src/woodelf/constants.py
src/woodelf/util.py
src/woodelf.egg-info/PKG-INFO
src/woodelf.egg-info/SOURCES.txt
src/woodelf.egg-info/dependency_links.txt
src/woodelf.egg-info/requires.txt
src/woodelf.egg-info/top_level.txt
src/woodelf/core/__init__.py
src/woodelf/core/editor.py
src/woodelf/core/element.py
src/woodelf/core/elf.py
src/woodelf/core/section.py
src/woodelf/core/segment.py
src/woodelf/core/transaction.py
src/woodelf/editors/__init__.py
src/woodelf/editors/dynamic_entry_editor.py
src/woodelf/editors/elf_header_editor.py
src/woodelf/editors/program_header_editor.py
src/woodelf/editors/section_header_editor.py
src/woodelf/editors/strtab_editor.py
src/woodelf/editors/symbol_editor.py
src/woodelf/editors/symbol_version_editor.py
src/woodelf/elements/__init__.py
src/woodelf/elements/dynamic_entry.py
src/woodelf/elements/e_ident.py
src/woodelf/elements/elf_header.py
src/woodelf/elements/gnu_hash.py
src/woodelf/elements/program_header.py
src/woodelf/elements/section_header.py
src/woodelf/elements/symbol.py
src/woodelf/elements/symbol_version.py