Skip to content
/ elfi Public

Collection of some experiments with the ELF file format

Notifications You must be signed in to change notification settings

ppmx/elfi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELF Hacking

Some notes and snippets about playing with ELF files.

Insights

p_offset has to be page-aligned. Therefore even the ELF header and the Program Header Table is loaded into the first segment in order to avoid a large padding inside the file which would be necessary when the code needs to start at a page-aligned address.

About

Collection of some experiments with the ELF file format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published