Is it possible to modify a shared library (.so) in Linux without getting its source code??? I know about LD_PRELOAD, but is that useful for functions that are used IN the shared library itself???
Is there a way to decompile/disassemble and then recompile/reassemble binary ELF files?
How to modify a shared library (.so) in Linux?
1–2 of 2 posts
Re: How to modify a shared library (.so) in Linux?
#2Stackoverflow.com