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

  • Home
  • SEARCH
  • 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 8301255
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T16:52:19+00:00 2026-06-08T16:52:19+00:00

I created a file containing the following line: int main() { return 0; }

  • 0

I created a file containing the following line:

int main() { return 0; }

After compiling this, I was surprised to find out that the binary for this simple program is 8328 bytes! What is going on here, and what in the world is the binary doing in those 8328 bytes? Surely this program can be expressed in just a few lines of assembly.

Note: I compiled this with the following line:

g++ main.cpp

My g++ version is g++ (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1

  • 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-06-08T16:52:21+00:00Added an answer on June 8, 2026 at 4:52 pm

    There’s a lot in that binary:

    • a header to make the binary self-describing (try running file on it)
    • a symbol table, which the strip tool will remove for you (or link with gcc -s)
    • the names and locations of shared libraries that you never use (five of them on my box; try the ldd and strings tools)
    • startup code that loads those libraries and sets up argc and argv, then calls main
    • shutdown code that returns main‘s return value to the operating system.

    For comic effect, try linking that program statically, where your binary will include the functions that would normally be dynamically linked to DLLs. (however, this option will simplify deployment)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a txt file that created in notepad , containing these lines for
I created a file test.class.php containing the following code in a LAMP environment: <?php
I need to create a log file containing HTML (tables, etc). It seems that
I'm needing to create a zip file containing documents that exist on the server.
I'm using: Grails xfire plugin and I created the service mobile containing the following
I'm new to doctrine. I created an bootstrap file like the following one: require_once(dirname(__FILE__)./../conf/general.php);
I have a simple text file containing some CSV with the following structure: @Parent1_Field1,
I create a file called foo_module.py containing the following code: import shelve, whichdb, os
My situation is the following: a big (10GB) compressed file containing some files (~60)
I have a .csv file containing 3 columns of data. I need to create

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.