winlibs_mingw icon indicating copy to clipboard operation
winlibs_mingw copied to clipboard

listpedeps /mingw64/bin/premake5

Open ghost opened this issue 3 months ago • 1 comments

$ listpedeps /mingw64/bin/premake5
[C:/msys64/mingw64/bin/premake5]
Error opening PE file C:/msys64/mingw64/bin/premake5: file open error

$ listpedeps /mingw64/bin/premake5.exe
[C:/msys64/mingw64/bin/premake5.exe]
architecture: x86_64
machine name: AMD AMD64 (x64)
machine bits: 64-bit
subsystem:    Windows console
DLL:          no
stripped:     yes
file version: 0.0
minimum OS:   Windows version 5.2
image base address:  0x140000000

Luckily, appending the .exe extension makes it work.

Now, the real issue. The switches are confusing:

  • The -i and -x switches are basically the same. I redirected their outputs to text files and I can confirm the output are identical. Is it a bug?
  • The -s switch will nullify both -i and -x.

ghost avatar Sep 04 '25 01:09 ghost

@brechtsanders As you have reopened this thread, I know you still care. Please have a look:

https://github.com/skeeto/w64devkit/issues/278#issuecomment-3255200138

ghost avatar Sep 23 '25 03:09 ghost