Skip to content

nivertech/erl_elf_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

erl_elf_test

New ELF Linker from the LLVM Project (llvm.org):

The dissection of a simple “hello world” ELF file

Understanding the ELF

Build ELF executable from Erlang, based on:

How is a binary executable organized? Let's explore it!

Manually Creating an ELF Executable

Executable and Linkable Format (ELF):

ELF101 a Linux executable walkthrough (code.google.com):

a mini ELF poster:

Tutorial on Creating Really Teensy ELF

Boilerplate for building syscall-only ELFs in FreeBSD:

Creating ELF relocatable object files in Linux

About

Build ELF executable from Erlang

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages