Skip to main content

A tool to analyze Windows DLL/EXE dependencies

Project description

win_depends

🧩 win_depends is a lightweight tool to analyze DLL and EXE dependencies on Windows. It supports recursive dependency resolution, detection of missing or unused files, and exports to DOT graph format.


📦 Installation

pip install win_depends

🚀 Usage Example

Run the tool in a directory containing .dll and .exe files:

win_depends

You can also specify a path to a file or directory:

win_depends ./path/to/myapp.exe
win_depends ./build/bin/

Optional flags can customize the output, such as displaying a dependency tree:

win_depends ./build/bin --tree
```bash
win_depends

Optional flags can customize the output, such as displaying a dependency tree:

win_depends --tree

🔍 Features

  • ✅ Analyze imports between .dll and .exe files, including delayed and bound imports
  • ✅ Parallel dependency analysis for faster performance
  • ✅ Optional detection of system DLLs via --detect-system
  • ✅ Detect missing dependent files
  • ✅ Detect unused files in directory
  • ✅ Tree-style output of dependencies
  • ✅ Export to DOT format for graph visualization

🧪 Sample Output

$ win_depends ./demo.exe --tree

└── demo.exe
    ├── user32.dll     ├── plugin.dll
       └── helper.dll
    └── kernel32.dll ❌

Missing dependencies:
  user32.dll
  kernel32.dll

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

win_depends-0.1.3.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

win_depends-0.1.3-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file win_depends-0.1.3.tar.gz.

File metadata

  • Download URL: win_depends-0.1.3.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for win_depends-0.1.3.tar.gz
Algorithm Hash digest
SHA256 172be1064db277cdaf56ec39c1dd1d43cf8146366a1a4cc331650b80607cc2ac
MD5 f5088c6ce9138dbdcfb45079fc937050
BLAKE2b-256 6089dfde43b32f35344bd4f72b9e88711b41683f8934b389b5e25ded3ae3cb84

See more details on using hashes here.

File details

Details for the file win_depends-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: win_depends-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for win_depends-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5881ac3548b7f83b8bc785c7a9d042c6c016c78021da754287400a374e6702f5
MD5 076f860246358e4904a76d0bd01c52f4
BLAKE2b-256 4d8af875aafb3b15c8fbaf8bb61f886b88af8cab595343ba76dda57420ce32e5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page