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.4.tar.gz (7.7 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.4-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: win_depends-0.1.4.tar.gz
  • Upload date:
  • Size: 7.7 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.4.tar.gz
Algorithm Hash digest
SHA256 535332f4c47c5a80bc0287c981bdc66bf2907e1a9ea3e98fd7e7fe963fc638be
MD5 e45503f344ee24ca7c216ee37faf18c0
BLAKE2b-256 b228c653655049d358a34a0fda2fb909863ff66286ef2bc4e069958dd223a95f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: win_depends-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 8.2 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c63aa1bc6b6d86e57edcfa853b31a2cbb6fd151491e7fbce3d7221265c6fd245
MD5 2042f84531d8338a0af3bab557178232
BLAKE2b-256 560e9348caf536b7c4d64b7e85b41cb97e2b5c60a10eba6cc3482a1fd22574fe

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