View Single Post
Old 11 April 2019, 11:30   #7
tohtoris
Registered User
 
Join Date: Apr 2019
Location: Finland
Posts: 5
Quote:
Originally Posted by BastyCDGS View Post
You can verify if it's in ELF format by checking if the first 4 bytes of the file are 0x7F 0x45 0x4C 0x46 (i.e. 0x7F + ELF as string).

See also: Executable and Linkable Format - Wikipedia.
The file command indicates that it is ELF binary
Code:
bash# file unix
unix:		ELF 32-bit MSB relocatable M68000 Version 1
tohtoris is offline  
 
Page generated in 0.13414 seconds with 11 queries