1
palxex 2014 年 8 月 11 日
LD_PRELOAD自己写的动态库就可以做到在入口代码执行前执行你的代码吧,用不着动态修改内存那么麻烦。
|
2
colordancer OP @palxex 赞,居然没想到LD_PRELOAD
|