GLIBC get started强行加载特定版本# 只修改 libc.so LD_PRELOAD=/path/to/libc.so.6 ./pwn # 修改 ld.so、libc.so LD_PRELOAD=/path/to/libc.so.6; /path/to/ld.so ./pwn