Home:ALL Converter>Modifying Shared Libraries in Linux

Modifying Shared Libraries in Linux

Ask Time:2010-07-12T16:55:17         Author:UAE

Json Formatter

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?

Author:UAE,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/3227017/modifying-shared-libraries-in-linux
yy