how to see contents of a.out file?

Posted by abhilashm86 on Stack Overflow See other posts from Stack Overflow or by abhilashm86
Published on 2010-05-29T10:45:52Z Indexed on 2010/05/29 10:52 UTC
Read the original article Hit count: 196

Filed under:
|
|
|

The executable file of c++ will contain linkers, modules and others, i would like to look into its contents, i'm using linux, how can i view contents of a.out? which command should use to browse a.out, text editors wont show the contents......

© Stack Overflow or respective owner

Related posts about c++

Related posts about beginner