.gitignore
.gitmodules
.readthedocs.yml
LICENSE
README.md
patch_pe_timestamp.py
pyproject.toml
uv.lock
.github/workflows/publish.yml
.github/workflows/test-windows.yml
.github/workflows/test.yml
docs/.gitignore
docs/requirements.txt
docs/plans/2025-11-16-msvc-pe-patcher-package-design.md
docs/plans/2025-11-16-package-conversion.md
docs/plans/2025-11-17-windows-cpp-testing-design.md
docs/source/conf.py
docs/source/developer-guide.rst
docs/source/index.rst
docs/source/technical-details.rst
docs/source/user-guide.rst
src/msvcpp_normalize_pe/__init__.py
src/msvcpp_normalize_pe/__main__.py
src/msvcpp_normalize_pe/cli.py
src/msvcpp_normalize_pe/patcher.py
src/msvcpp_normalize_pe.egg-info/PKG-INFO
src/msvcpp_normalize_pe.egg-info/SOURCES.txt
src/msvcpp_normalize_pe.egg-info/dependency_links.txt
src/msvcpp_normalize_pe.egg-info/entry_points.txt
src/msvcpp_normalize_pe.egg-info/top_level.txt
tests/__init__.py
tests/fixtures/.gitkeep
tests/fixtures/README.md
tests/fixtures/sources/README.md
tests/fixtures/sources/complex.cpp
tests/fixtures/sources/simple.cpp
tests/integration/.gitkeep
tests/integration/__init__.py
tests/integration/test_real_pe_files.py
tests/property/.gitkeep
tests/property/__init__.py
tests/property/test_pe_validity.py
tests/snapshots/.gitkeep
tests/unit/.gitkeep
tests/unit/__init__.py
tests/unit/test_helpers.py
tests/unit/test_patcher.py