如何找到谁在跟踪我的进程?

问题描述:

在 linux 上,我的进程处于附加状态,它是由另一个人附加的.如何找到谁在调试我的流程?

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

您可以在 proc 文件系统.查看/proc/somepid/status 中的 TracerPid 条目.另请参阅类似问题.

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