How to find who is tracing my process?

北城余情 提交于 2019-12-25 01:27:12

问题


On linux, my process is in attached status, it's attached by annother guy. How to find who is debuging my process?


回答1:


You can find it in proc file system. Look at TracerPid entry in /proc/somepid/status. See also similar question.



来源:https://stackoverflow.com/questions/6705492/how-to-find-who-is-tracing-my-process

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!