SUSE / libpulp

libpulp enables live patching in user space applications.
GNU Lesser General Public License v2.1
55 stars 11 forks source link

Implement ELF parsing on libpulp.so side #207

Open giulianobelinassi opened 5 months ago

giulianobelinassi commented 5 months ago

Livepatch metadata is embeded on the ELF file on the .ulp section. Currently we do this on ulp side so we do not depend on libelf, but we should actually do this on libpulp.so side, as it would help us catch some bugs.