blob: c12cb13e5a4ebeaa53e0d2b938d93f79e8b3a0f7 [file] [log] [blame]
#!/bin/sh
for path
do
echo "$path:"
objdump -p "$path" | grep "^ DLL Name:"
done