Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7595409
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T21:39:59+00:00 2026-05-30T21:39:59+00:00

I’m digging through two legacy cross-compiled ARM Linux builds. There isn’t much documentation other

  • 0

I’m digging through two legacy cross-compiled ARM Linux builds. There isn’t much documentation other than “use this VM image to build the source” The only difference between the file command output is the presence of “(SYSV)”

# file Executable
Executable: ELF 32-bit LSB executable, ARM, version 1 (SYSV) ...

What should I be able to assume based on the presence or absence of SYSV in the string?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T21:40:00+00:00Added an answer on May 30, 2026 at 9:40 pm

    If you see that (SYSV) string, it means the e_ident[EI_OSABI] field in the ELF header is set to 0. From the ELF spec (PDF link):

    Table 5. Operating System and ABI Identifiers, e_ident[EI_OSABI]
    Name                 Value   Meaning
    ELFOSABI_SYSV          0     System V ABI
    ELFOSABI_HPUX          1     HP-UX operating system
    ELFOSABI_STANDALONE   255    Standalone (embedded) application
    

    My local machine’s /usr/share/file/magic/elf file has a longer list:

    # Up to now only 0, 1 and 2 are defined; I've seen a file with 0x83, it seemed
    # like proper ELF, but extracting the string had bad results.
    >4      byte            <0x80
    >>8 string      >\0     (%s)
    >8  string      \0
    >>7 byte        0       (SYSV)
    >>7 byte        1       (HP-UX)
    >>7 byte        2       (NetBSD)
    >>7 byte        3       (GNU/Linux)
    >>7 byte        4       (GNU/Hurd)
    >>7 byte        5       (86Open)
    >>7 byte        6       (Solaris)
    >>7 byte        7       (Monterey)
    >>7 byte        8       (IRIX)
    >>7 byte        9       (FreeBSD)
    >>7 byte        10      (Tru64)
    >>7 byte        11      (Novell Modesto)
    >>7 byte        12      (OpenBSD)
    >8      string          \2
    >>7     byte            13              (OpenVMS)
    >>7 byte        97      (ARM)
    >>7 byte        255     (embedded)
    

    Here are the ELF header and offsets for your reference (from this link):

    #define EI_NIDENT 16
    
    typedef struct {
            unsigned char   e_ident[EI_NIDENT];
            Elf32_Half      e_type;
            Elf32_Half      e_machine;
            Elf32_Word      e_version;
            Elf32_Addr      e_entry;
            Elf32_Off       e_phoff;
            Elf32_Off       e_shoff;
            Elf32_Word      e_flags;
            Elf32_Half      e_ehsize;
            Elf32_Half      e_phentsize;
            Elf32_Half      e_phnum;
            Elf32_Half      e_shentsize;
            Elf32_Half      e_shnum;
            Elf32_Half      e_shstrndx;
    } Elf32_Ehdr;
    
    
    Figure 4-4: e_ident[] Identification Indexes
    Name      Value Purpose
    EI_MAG0       0     File identification
    EI_MAG1       1     File identification
    EI_MAG2       2     File identification
    EI_MAG3       3     File identification
    EI_CLASS      4     File class
    EI_DATA       5     Data encoding
    EI_VERSION    6     File version
    EI_OSABI      7     Operating system/ABI identification
    EI_ABIVERSION 8     ABI version
    EI_PAD        9     Start of padding bytes
    EI_NIDENT     16    Size of e_ident[]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I am trying to loop through a bunch of documents I have to put
I have just tried to save a simple *.rtf file with some websites and
I want to count how many characters a certain string has in PHP, but
I would like to count the length of a string with PHP. The string
For some reason, after submitting a string like this Jack’s Spindle from a text
I am trying to understand how to use SyndicationItem to display feed which is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.