hfiref0x/WinDepends được TopGit xếp vào nhóm dự án backend, với 678 sao trên GitHub, viết chủ yếu bằng C#. Windows Dependencies
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
Microsoft Windows 10/11 (Including Server variants)
Windows 8.1 (Not Officially Supported)
Windows 7 (Not Officially Supported, refer to https://github.com/hfiref0x/WinDepends/issues/11 for more info)
Runtime Frameworks:
.NET Desktop Runtime 10.0
Project Overview
WinDepends is a rewrite of the Dependency Walker utility, which for a long time was a "must-have" tool when it comes to Windows PE files analysis and building a hierarchical tree diagram of all dependent modules. Unfortunately, development of this tool stopped around the Windows Vista release, and since that time, Microsoft introduced a lot of new features "under the hood" of the loader that eventually broke Dependency Walker and made its use painful, especially on the newest Windows versions with tons of artificial DLLs, a.k.a. ApiSet contracts. Unfortunately, none of the existing "replacements" are even slightly comparable to the original in terms of implementation or features. That's why this project was born. It was in mind for many years but has never had enough time or will to be implemented until now.
Utility Features
Scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all functions exported by that module and which are called by other modules.
Displays the minimum set of required files, along with detailed information about each file, including full paths, base addresses, version numbers, machine type, debug information, and more.
Supports delay-load DLLs, ApiSet contracts, bound imports, and Side-by-Side modules.
Drag-and-drop support with a most recently used files list.
Supports custom configuration, external viewer, external help command, module path resolution, search order and PE loader relocations settings.
Supports Microsoft Debug Symbols to provide more information on modules exports/imports.
Supports C++ function name undecorating to provide human readable C++ function prototypes including function names, return types, and parameter types.
Save/restore sessions to/from files.
Client-server architecture: Client (WinForms .NET app) provides the GUI; server (C application) handles PE parsing.
Command-line interface (CLI) for automation and scripting with multiple export formats.
Missing features / Known issues
Current state: Release Candidate 2. Some Dependency Walker features are unimplemented (e.g., profiling).
MDI GUI discontinued; launch multiple instances to analyze multiple files.
Some functionality may not work as expected or be disabled until Release.
ARM binaries untested in native environments (lack of bare-metal hardware).
Some limitations stem from Windows OS support.
Found a bug? Have suggestions? Submit issues or pull requests! We appreciate your input!
Installation and Usage
The WinDepends compiled binaries include:
WinDepends.exe: Main GUI (client) and CLI
WinDepends.Core.exe: Server (launched by the client)
PDB files for both
They can be found in the Release section of this repository.
No installation required. Copy the folder, run WinDepends.exe. To uninstall, close the client/server and delete files.
Command-Line Interface (CLI)
WinDepends supports a command-line interface for automation, scripting, and integration with other tools. The CLI mode is automatically activated when specific command-line switches are detected.
Basic Usage
WinDepends.exe <input-file> [options]
Command-Line Options
Option
Description
-o, --output <file>
Output file path (default: input file with format extension)
-f, --format <format>
Output format: json, csv, html, dot, text (default: json)
-d, --depth <n>
Maximum dependency depth (default: from configuration)
-q, --quiet
Suppress console output
-e, --exports
Include export information (default: on)
--no-exports
Exclude export information
-i, --imports
Include import information (default: on)
--no-imports
Exclude import information
--no-resolve
Don't resolve API set names (default: from configuration)
-k, --kernel
Use kernel-mode search order
--short-paths
Use short file names instead of full paths (default: from configuration)
-h, --help
Show help message
-v, --version
Show version information
Note: Many default values are read from the program configuration file. Use the GUI to configure these settings.
Export Formats
Format
Description
json
Full structured JSON data with all module information
csv
Flat module list as comma-separated values
html
Interactive HTML report with collapsible dependency tree
WinDepends.exe myapp.exe -o report.html -f html --short-paths
Combined Options
WinDepends.exe C:\Windows\System32\ntoskrnl.exe -o ntoskrnl.html -f html -k -d 5 --short-paths
CLI Output
When not in quiet mode, the CLI displays progress information:
WinDepends CLI v1.0.0.2511
Analyzing: C:\Windows\System32\notepad.exe
[*] Server has been started: WDEP/1.0 WinDepends.Core
Processing dependencies...
[1] Analyzing: ntdll.dll
[2] Analyzing: kernel32.dll
[3] Analyzing: kernelbase.dll
...
Exporting to Html: notepad.html
Export completed successfully.
GUI Mode
When no CLI-specific switches are provided, WinDepends runs in GUI mode. You can still pass a file path to open it directly:
WinDepends.exe C:\Windows\System32\notepad.exe
Documentation and Help
https://github.com/hfiref0x/WinDepends.Docs
Building and Other Information
Build platform: Microsoft Visual Studio 2026 (latest SDK).
Client: C# (WinForms, .NET 10.0).
Server: C (no special SDKs/headers).
Source code includes: Server tests (WinDepends.Core.Tests) and a fuzzer (WinDepends.Core.Fuzz).
Modern style toolbar images: https://icons8.com.
Frameworks/SDKs updated only with LTS releases.
Support Our Work
If you enjoy using this software and would like to help the authors maintain and improve it, please consider supporting us with a donation. Your contribution fuels development, ensures updates, and keeps the project alive.
hfiref0x/WinDepends thuộc nhóm Backend trên TopGit, cùng 4 topic GitHub. Trang Trending và Topics liệt kê các repo cùng số sao và cùng ngôn ngữ để so sánh.
Đọc thêm về hfiref0x/WinDepends ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/hfiref0x/WinDepends là nguồn chính thức.
hfiref0x/WinDepends có phải mã nguồn mở không?
Có — hfiref0x/WinDepends phát hành theo license MIT, nghĩa là mã nguồn mở để đọc, fork và (tùy license) tái sử dụng. Mã: github.com/hfiref0x/WinDepends.
hfiref0x/WinDepends có website riêng không?
TopGit chưa ghi nhận URL trang chủ cho hfiref0x/WinDepends. Phần README ở tab phía trên thường có link demo, hoặc xem mô tả GitHub của repo.
hfiref0x/WinDepends dùng license gì?
hfiref0x/WinDepends phát hành theo license MIT. Nên mở file LICENSE trên GitHub để xác nhận — license metadata đôi khi lệch với thực tế dự án.
hfiref0x/WinDepends là gì?
hfiref0x/WinDepends (hfiref0x/WinDepends) là dự án C# trên GitHub. Theo mô tả gốc: Windows Dependencies
Vì sao hfiref0x/WinDepends được xếp vào nhóm Backend?
TopGit xếp hfiref0x/WinDepends vào nhóm Backend dựa trên GitHub topics và mô tả của repo (gắn thẻ: "csharp", "dependency-walker", "dll"). Việc phân loại dựa trên metadata thật của repo, không phải đoán theo cảm tính biên tập.
Đọc đầy đủ README ở tab phía trên.
Chưa chắc WinDepends có hợp với bạn?
Để ChatGPT, Claude hoặc Perplexity tìm hiểu giúp — bấm bên dưới và xem AI nói gì về WinDepends.