Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 262 Bytes

File metadata and controls

14 lines (10 loc) · 262 Bytes

ELF_from_zero

Create ELF file from scratch.

Compile elf_creator source file

gcc -o elf_creator elf_creator.c

Run elf_creator binary

./elf_creator

Add execute permission to elf binary

chmod +x elf

Run elf binary: it should print hello!

./elf