Skip to content

xantares/mingw-ldd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

mingw-ldd

Tool to list dependencies of a dll using python and winedump.

Kudos to yan12125 for the original script: https://gist.github.com/yan12125/63c7241596e628553d21

Requirements

  • Python
  • wine

Usage

$ ./mingw-ldd.py /usr/i686-w64-mingw32/bin/libpng16-16.dll
        libgcc_s_sjlj-1.dll => /usr/i686-w64-mingw32/bin/libgcc_s_sjlj-1.dll
        KERNEL32.dll => not found
        msvcrt.dll => not found
        libwinpthread-1.dll => /usr/i686-w64-mingw32/bin/libwinpthread-1.dll
        zlib1.dll => /usr/i686-w64-mingw32/bin/zlib1.dll

See also

You can also checkout another similar tool: https://github.com/LRN/ntldd

About

Tool to list dependencies of a DLL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages