From: Stefan Weil <sw@weilnetz.de>
To: "Daniel P. Berrangé" <berrange@redhat.com>,
"Adam Baxter" <voltagex@voltagex.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] NSIS - including DLL dependencies for Windows
Date: Wed, 13 Feb 2019 10:47:04 +0100 [thread overview]
Message-ID: <ff76ebe0-7f72-f68a-01c7-366b30a1245e@weilnetz.de> (raw)
In-Reply-To: <20190213093241.GF13960@redhat.com>
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
prev parent reply other threads:[~2019-02-13 9:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-31 3:45 [Qemu-devel] NSIS - including DLL dependencies for Windows Adam Baxter
2019-01-31 10:49 ` Daniel P. Berrangé
2019-01-31 10:54 ` Adam Baxter
2019-01-31 11:19 ` Peter Maydell
2019-01-31 11:28 ` Daniel P. Berrangé
2019-01-31 13:27 ` Stefan Weil
2019-02-13 9:32 ` Daniel P. Berrangé
2019-02-13 9:47 ` Stefan Weil [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ff76ebe0-7f72-f68a-01c7-366b30a1245e@weilnetz.de \
--to=sw@weilnetz.de \
--cc=berrange@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=voltagex@voltagex.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).