Adding package information to ELF objects
Adding package information to ELF objects
Posted Nov 4, 2021 15:37 UTC (Thu) by wtarreau (subscriber, #51152)In reply to: Adding package information to ELF objects by jezz
Parent article: Adding package information to ELF objects
Just tested, it adds a substantial number of sections but not the .text ones. But that gives me an entry point about what to look for in the code however, as .text is just an executable shared mapping and maybe it's explicitly disabled and could be re-enabled. That would then allow to get the executable and all the loaded libs at once without the hassle of trying to open in the exact same environment to figure the condition.
Thanks for your hint!
