Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试通过在 Android 上调用 ptrace(PTRACE_ATTACH, iChildPid, 0, 0) 来分叉然后跟踪我的孩子: - 并在使用调试版本时获得成功 - 并在发布版本时失败(不允许操作(1))
我哪里错了?
好的 :( 这是 Android 功能。如果应用程序未标记为可调试(清单:android:debuggable = false),PTRACE_ATTACH 在两个方向(parent2child 和 child2parent)都不起作用。只有 root 可以这样做。