Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Readelf"

From NetSec
Jump to: navigation, search
(Created page with "{{expand}}")
 
 
Line 1: Line 1:
 +
'''Readelf''' is a [[bash]] ([[Linux]] command-line) [[ELF]] reader. 
 +
 +
* '''Usage:'''
 +
{{LinuxCMD|readelf -a $(which ls)}}
 +
 +
 
{{expand}}
 
{{expand}}

Latest revision as of 03:35, 22 October 2012

Readelf is a bash (Linux command-line) ELF reader.

  • Usage:
Terminal

localhost:~ $ readelf -a $(which ls)


This article contains too little information, it should be expanded or updated.
Things you can do to help:
  • add more content.
  • update current content.