Skip to content

A library for creating linux ELF files. This is suitable for compilers and assemblers.

Notifications You must be signed in to change notification settings

alkeldi/linux_elf_maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linux_elf_maker

A library for creating linux ELF files. This is suitable for compilers and assemblers. Note that the ELF program header table is not supported (it is the linker's job to do so) Currently supporting only 32bit elf files.

Run Example:

rm -f a.out output; gcc *.c;./a.out; readelf -a output

Link &run Output:

ld output ./a.out; echo $?

About

A library for creating linux ELF files. This is suitable for compilers and assemblers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages