阅读背景:

将静态链接的elf二进制文件转换为动态链接

来源:互联网 

I have a elf binary which has been statically linked to libc. I do not have access to its C code. I would like to use OpenOnload library, which has implementation of sockets in user-space and therefore provides lower latency compared to standard libc versions. OpenOnload implements standard socket api, and overrides libc version using LD_PRELOAD. But, since this elf binary is statically linked, it cannot use the OpenOnload version of the socket API.I have a elf binary which has been statically l




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: