HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- About "file" output?
Operating System - HP-UX
1833605
Members
3951
Online
110061
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2000 07:42 AM
09-29-2000 07:42 AM
About "file" output?
When I get the output "s800 shared executable dynamically linked" from the "file" command, Does that mean it's a C program compiled or what kind of programmation language is it? I know "file" taking its output from /etc/magic, is there a more detail /etc/magic file we can get somewhere to have more significant message output from "file" command? And the third question.... How can I have a look at those "s800 share executable dynamically linked" to understand what they do exactly?
Thanks!
Thanks!
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2000 07:55 AM
09-29-2000 07:55 AM
Re: About "file" output?
Hi,
Programs are written in a language then compiled to a binary executable. Unless you can detect the footprint of the compiler that made the executable (some leave a kind of digital signature) it is unlikely you can determine what language it was originally written in.
To find out what it is doing is very difficult. There are two options, disassemble it to assembly language and read it, or sometimes you can decompile and exe to a language, though I am not aware of this being reliable. Either way you will have to spend a long time reading every detail of the code which will not have any comments and will probably not have meaningful variable and procedure names.
Programs are written in a language then compiled to a binary executable. Unless you can detect the footprint of the compiler that made the executable (some leave a kind of digital signature) it is unlikely you can determine what language it was originally written in.
To find out what it is doing is very difficult. There are two options, disassemble it to assembly language and read it, or sometimes you can decompile and exe to a language, though I am not aware of this being reliable. Either way you will have to spend a long time reading every detail of the code which will not have any comments and will probably not have meaningful variable and procedure names.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP