Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

7 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages