Skip to content

A 64-bit Linux linker free ELF file in pure assembly that prints 'Hello world!'

Notifications You must be signed in to change notification settings

bonede/barebone-elf

Repository files navigation

Bare bone elf - A 64-bit Linux linker free ELF file in pure assembly that prints 'Hello world!'

How to build

$ make helloworld && ./helloworld
# other goodies
$ make 64 && ./barebone64  # exit with 42
$ echo $?
$ make 32 && ./barebone32  # exit with 42 (32-bit version)
$ echo $?
$ make min64 && ./min64    # exit with 42 (64-bit minimal version)
$ echo $?
$ make raw && ./raw        # exit with 42 (hardcore binary version)
$ echo $?

Refs

About

A 64-bit Linux linker free ELF file in pure assembly that prints 'Hello world!'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published