LD_PRELOAD笔记

网友投稿 790 2022-05-30

两个使用LD_PRELOAD的简单例子

https://www.unix.com/programming/156029-execute-code-kernel-mode.html https://catonmat.net/simple-ld-preload-tutorial

LD_PRELOAD参考文档

https://axcheron.github.io/playing-with-ld_preload/

利用LD_PRELOAD的时间齿轮

https://github.com/ivoire/timescaler

LinuxDetours的例子

https://github.com/unknownv2/LinuxDetours/blob/master/LinuxDetours/main.cpp

LD_PRELOAD笔记

patchelf没具体测试

https://github.com/NixOS/patchelf

dlsym函数

https://blog.csdn.net/sherlockhua/article/details/5651496

java agent程序参考:

https://stackoverflow.com/questions/62902850/java-perf-map-agent-could-not-find-agent-onload-function https://github.com/LionHeart55/JavaAgent/blob/master/Agent.cpp https://www.oracle.com/technical-resources/articles/javase/jvm-tool-interface.html https://stackoverflow.com/questions/8087971/compiling-a-jvmti-agent-with-g-fails-to-work-but-cc-works-ok

软件开发 C++

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:ng-bootstrap的测试和使用
下一篇:《MXNet深度学习实战》—1.2.4 TensorFlow
相关文章