On 13.02.19 10:32, Daniel P. Berrangé wrote:
> FYI, I re-discovered a way to do this without needing wine, just plain
> binutils
> 
>   x86_64-w64-mingw32-objdump -p /path/to/binary.exe | grep "DLL Name" | awk 
> '{print $3}'


See also https://github.com/gsauthof/pe-util. The command line tool
peldd displays the DLLs recursively.

Regards
Stefan




Reply via email to