On 2014-02-10 10:02, Warren Young wrote:
> On Feb 9, 2014, at 9:37 AM, David Stacey <drsta...@tiscali.co.uk> wrote:
> 
>> On 09/02/2014 15:45, Warren Young wrote:
>>> Results:
>>>
>>> /bin/cppcheck.exe
>>
>> As far as I can tell, cppcheck doesn't actually call getpwent() at all; this 
>> is a false positive turned up by strings(1).
> 
> Yeah, there *has* to be a better way than strings(1) to extract an EXE's list 
> of DLL imports.  The linker does it somehow...

objdump -x /bin/foo.exe

Cheers,
Peter


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to