README.rst
pyproject.toml
setup.cfg
setup.py
pydecipher/__init__.py
pydecipher/bytecode.py
pydecipher/main.py
pydecipher/remap.py
pydecipher/utils.py
pydecipher.egg-info/PKG-INFO
pydecipher.egg-info/SOURCES.txt
pydecipher.egg-info/dependency_links.txt
pydecipher.egg-info/entry_points.txt
pydecipher.egg-info/requires.txt
pydecipher.egg-info/top_level.txt
pydecipher/artifact_types/__init__.py
pydecipher/artifact_types/pe.py
pydecipher/artifact_types/py2exe.py
pydecipher/artifact_types/pyc.py
pydecipher/artifact_types/pyinstaller.py
pydecipher/artifact_types/zip.py
tests/__init__.py
tests/conftest.py
tests/utils.py