Skip to content

raphaelquati/ListDependency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ListDependency

List EXE/DLL dependencies recursively (Win32).

It's like "dumpbin.exe /dependents" (Windows SDK) and Dependency Walker (Depends.exe), but showing simple list with full paths and full dependency.

I know I don't need to use Qt. But my first idea was to create a custom deploy to QtCreator.

Example

ListDependency:

C:\>ListDependency.exe c:\windows\system32\msvcr100.dll
C:\Windows\syswow64\kernel32.dll
C:\Windows\SysWOW64\ntdll.dll
C:\Windows\syswow64\KERNELBASE.dll

DumpBin:

C:\>dumpbin /dependents c:\windows\system32\msvcr100.dll
Microsoft (R) COFF/PE Dumper Version 11.00.61030.0
Copyright (C) Microsoft Corporation.  All rights reserved.


Dump of file msvcr100.dll

File Type: DLL

  Image has the following dependencies:

    KERNEL32.dll
    

About

List EXE/DLL dependecies recursively (Win32).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages