serge1 / ELFIO

ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
http://serge1.github.io/ELFIO
MIT License
706 stars 152 forks source link

maps dump soinfo fix #123

Closed w296488320 closed 1 year ago

w296488320 commented 1 year ago

Does this library support repairing proc / self / maps, base (start address) -end (end address) to convert this memory into a complete so file? I am trying to fix a so file but, the header message of this so may elf is removed. Can this special so file be fixed?

serge1 commented 1 year ago

I don't think the library can be helpful for such scenario. Sorry.

But, you may look at the "proc_mem" example to get an idea.

serge1 commented 1 year ago

Due to no activity, I'm closing the issue. Feel free to reopen if required.