About 50,900 results
Open links in new tab
  1. Inspecting Windows DLLs on Linux: Best Command-Line Tools to List ...

    Jun 28, 2026 · This blog dives into the best command-line tools for listing exported symbols in Windows DLLs on Linux. Whether you’re a developer, reverse engineer, or system administrator, you’ll learn …

  2. viewing dll and exe file properties/attributes via the command line

    You can extract .rsrc/version.txt file from dll with /usr/bin/file-roller, also known as Gnome Archive Manager. Be careful because it's in UTF-16 LE which is not suitable for grep or some editors, but …

  3. How to view a PE EXE/DLL file version information?

    Jan 26, 2011 · If you install the gnome-exe-thumbnailer package, you can simply look at the version number in nautilus, caja , nemo and thunar. The code to do this manually is available in …

  4. How to get the AssemblyVersion of a .Net file in Linux

    Is there any way to obtain the AssemblyVersion of a .Net executable in Linux without using mono? What I am trying to have is a script or command that will let me obtain the AssemblyVersion on Linux boxes.

  5. GitHub - Ricardo-Costa/show-dll-version-linux: SDVL

    Linux package binutils, usually installed by default on Linux system. You can install it by running the following command. SDVL. Contribute to Ricardo-Costa/show-dll-version-linux development by …

  6. How to get .Net Core dll version from command line on linux?

    Jun 4, 2020 · I'm trying to solve dll's version conflict in deployment environment but can't find any way to check the version of deployed .dll. Does anybody know how it can be done? Welcome to …

  7. dlltool (1) - Linux manual page - man7.org

    dlltool reads its inputs, which can come from the -d and -b options as well as object files specified on the command line. It then processes these inputs and if the -e option has been specified it creates a …

  8. Viewing Linux Library / Executable version info

    Linux also seems to keep track which library version introduced which symbol, so you could use the objdump command (e.g.) to see that information: ... (Version of objdump is from GNU binutils 2.41.0)

    Missing:
    • command line
    Must include:
  9. Mingw - looking a command showing the version of a dll file

    Mar 16, 2011 · Hello There, Several mouth a go I've found a command in the mingw package who was able to give me the version of a dll file. Could any one help me to.

  10. How do I get file version information from the command line?

    May 29, 2018 · Often the string version incorporates the numeric version but adds some additional information, like 3.1.0.2 (alpha). Sometimes the string version disagrees with the numeric version.