Skip to content

TimMeiwald/ELFGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELFGenerator

Generates an ELF file binary using Python. WIP but can be used to directly create binaries that can run on System V OS's and x86-64 architechtures. Most of the stuff is there to create it for other architechtures and systems. Currently only creates segments.

Currently it only writes segments so there is no debugger information and can only be used for executables not shared relocatable files. Currently you also need to manually provide memory alignment and positioning information to the segments since it's not a completed project yet and WIP.

TODO: Add sections.
TODO: Add automatic memory alignment and positioning etc.
TODO: Add and test most significant byte order.

About

Generates an ELF file binary using Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages