Difference between revisions of "Executable and Linkable Format (ELF)"
Jump to navigation
Jump to search
(→Tools) |
|||
Line 1: | Line 1: | ||
{{Draft}} | {{Draft}} | ||
[[wikipedia:Executable and Linkable Format]] | [[wikipedia:Executable and Linkable Format]] | ||
+ | |||
+ | [[file]] minikube_binary | ||
+ | minikube_binary: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), not stripped | ||
== Tools == | == Tools == |
Revision as of 14:21, 6 January 2022
This article is a Draft. Help us to complete it.
wikipedia:Executable and Linkable Format
file minikube_binary minikube_binary: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), not stripped
Tools
readelf
is a Unix binary utility that displays information about one or more ELF files. A free software implementation is provided by GNU Binutils.elfutils
provides alternative tools to GNU Binutils purely for Linux.[1]elfdump
is a command for viewing ELF information in an ELF file, available under Solaris and FreeBSD.objdump
provides a wide range of information about ELF files and other object formats.objdump
uses the Binary File Descriptor library as a back-end to structure the ELF data.- The Unix
file
utility can display some information about ELF files, including the instruction set architecture for which the code in a relocatable, executable, or shared object file is intended, or on which an ELF core dump was produced.
Related
See also
- ELF,
prelink, objdump
- Linux, Linux Foundation, Linux Kernel, man, BusyBox,
coreutils
, ELF, taskset, shell, Linux distributions, X, Virtual console,whoami
,.cer
,-T
,install
, Link Time Optimization (LTO),--silent
, NixOS,util-linux
,execve
, LinuxKit, AlmaLinux, Rocky Linux
Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Source: wikipedia
- ↑ "elfutils". sourceware.org. Retrieved 30 April 2017.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
Advertising: