Difference between revisions of "Executable and Linkable Format (ELF)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 7: Line 7:
 
* <code>[[elfdump]]</code> is a command for viewing ELF information in an ELF file, available under [[Solaris]] and [[FreeBSD]].
 
* <code>[[elfdump]]</code> is a command for viewing ELF information in an ELF file, available under [[Solaris]] and [[FreeBSD]].
 
* <code>[[objdump]]</code> provides a wide range of information about ELF files and other object formats. <code>objdump</code> uses the [[Binary File Descriptor library]] as a back-end to structure the ELF data.
 
* <code>[[objdump]]</code> provides a wide range of information about ELF files and other object formats. <code>objdump</code> uses the [[Binary File Descriptor library]] as a back-end to structure the ELF data.
* The Unix <code>[[file (command)|file]]</code> 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.
+
* The Unix <code>[[file (command)|file]]</code> 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.
  
 
== See also ==
 
== See also ==

Revision as of 05:41, 8 September 2020

This article is a Draft. Help us to complete it.

wikipedia:Executable and Linkable Format

Tools

See also

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

  1. "elfutils". sourceware.org. Retrieved 30 April 2017.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>

Advertising: