缺失的动态链接库
动态库加载顺序
Dynamic section at offset 0xda0 contains 27 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000c (INIT) 0x6e8
.................Dynamic section at offset 0x5dd8 contains 29 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libunicorn.so.1]
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000f (RPATH) Library rpath: [/home/b0ldfrev/ctf_lib/./lib]
0x000000000000000c (INIT) 0x4014e8LD_PRELOAD与/etc/ld.so.preload

低(高)版本glibc环境下让程序加载高(低)版本的glibc动态库运行
Last updated