Displaying 1 result from an estimated 1 matches for "guestfs_file_arch".
2009 Jul 28
1
[PATCH] guestfs_file_arch command
This patch adds a new function, guestfs_file_arch, which is like
guestfs_file but specifically intended to determine the architecture
of binaries and libraries.
Usage is:
guestfs_file_arch (g, "/bin/ls")
==> "x86_64" (or whatever)
What it can do:
- ELF binaries
- ELF shared libraries
- Windows Win32 and Win64 b...