• Stars
    star
    1
  • Language
    C
  • License
    GNU General Publi...
  • Created almost 6 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tracks dependencies for Windows EXE and DLL (forked and modified from LRN/ntldd)

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.