Skip to content

fixpoint/packelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

packelf

A packelf packs ELF files by relocating linked shared objects. It copies linked shared objects into .lib directory of the given path and rewrite rpath of ELF files by patchelf to make them relocatable.

Requirements

Limitation

  • It may break ELF files which already use rpath to change reference of shared objects

See also