Popularity
1.0
Stable
Activity
0.0
Stable
2
2
0

Description

Track dependencies for Windows EXE and DLL for MinGW or Windows API

Programming language: C
License: GNU General Public License v3.0 only
Tags: GUI     Miscellaneous     C++11     Windows     Linux     Cross-platform     Library     C++14     Mingw     C 17    

ptldd alternatives and similar libraries

Based on the "Miscellaneous" category.
Alternatively, view ptldd alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ptldd or a related project?

Add another 'Miscellaneous' Library

README

Track dependencies for Windows EXE and DLL (ptldd).

Description :

  • Can display list dependencies only. by using : $ ptldd -R [EXECUTABLE PATH]
  • Can copy dependencies to destination path. by using : $ ptldd -C [EXECUTABLE PATH]

Require :

You can Run makeldd.cmd to compile it.