954,515 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Need get content of ELF shell script

I have a script file that file type is

ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs)

Now I want to get the contents of this file. How can I ?

Any help me to get cotents of this file type?

karthickk02
Newbie Poster
1 post since Feb 2012
Reputation Points: 10
Solved Threads: 0
 

That is a binary format. You will not be able to get original source code from that (other than ASM, of course).
One tool you can use is readelf . You can also use objdump if you wish to get at the assembly of the program.

L7Sqr
Practically a Master Poster
657 posts since Feb 2011
Reputation Points: 201
Solved Threads: 124
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: