UNIX tools for exploring object files - Learn more about your system
In UNIX and Linux, everything is a file. You could say that the very sine qua non of UNIX and Linux programming is writing code to deal with files. Many types of files make up the system, but object files have a special design that provides for flexible, multipurpose use.
The programs that run on a UNIX system follow a careful design known as the object file format. Learn more about the object file format and the tools that you can use for exploring object files found on your system.
Object files are roadmaps that contain mnemonic symbols with attached addresses and values. The symbols are used for naming various sections of code and data, both initialized and uninitialized. They are also used for locating embedded debugging information and, just like the semantic Web, are fully readable by programs.
Read more at IBM developerworks...
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in other helpful articles:
- strace and the GDB Debugger mini howto
- Zend Framework PHP (based object-oriented) howtos
- How to: Compile Linux kernel 2.6
- HP-UX networking related tools and commands
- How do I find out that who are connected to my Windows based web server?
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


Recent Comments
Yesterday ~ 1 Comment
Yesterday ~ 31 Comments
Yesterday ~ 17 Comments
Yesterday ~ 1 Comment
Yesterday ~ 12 Comments