Skip to content

Tiniest "Hello World" ELF executable in C - 113 bytes (i386), 150 bytes (x86_64)

Notifications You must be signed in to change notification settings

x0reaxeax/tiny_helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny "Hello World"

Smallest "Hello World" ELF executable I was able to produce without the use of any external assembler.

Tools used

C compiler: Tiny C Compiler
Linker: GNU Linker
Object stripper: ELFkickers' sstrip

Building

i386: make main32
x86_64: make main64

Results

ELF_i386: 113 bytes
ELF_x86_64: 150 bytes

Written with StackEdit.

About

Tiniest "Hello World" ELF executable in C - 113 bytes (i386), 150 bytes (x86_64)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published