Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maci0/pm-ldd
https://github.com/maci0/pm-ldd
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/maci0/pm-ldd
- Owner: maci0
- Created: 2013-10-06T11:04:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-15T15:46:10.000Z (over 10 years ago)
- Last Synced: 2023-06-11T04:25:15.389Z (over 1 year ago)
- Language: Shell
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Poor Man's ldd
========# Poor mans ldd (pm-ldd) v.0.1
this script for msys/mingw takes a PE binary or shared library
as argument and recursively checks which other shared libraries it
depends on. It then outputs the whole list in a fashion which makes
it easy to copy all dependencies next to a binary
It does not output shared libraries present in the WINDOWS directory.
It is not optimized and might check the same file multiple times.Example:
$ pm-ldd /mingw/local/bin/iconv.exe
/mingw/local/bin/libiconv-2.dll
/mingw/local/bin/libintl-8.dll