I made some test code that is based on ptrace() to prevent debugger attaching. When I do ptrace() on the main thread / parent process, it returns always -1 and the errno is EACCES (13). But when I fork a child process and then do ptrace() on the child process, I get success on ptrace(). Are there any changes on Kitkat? Yihui
-- You received this message because you are subscribed to the Google Groups "Android Security Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/android-security-discuss. For more options, visit https://groups.google.com/groups/opt_out.
