iofomo / abyss

Android system call hook
120 stars 45 forks source link

How to port to Xposed #2

Open printf172 opened 1 month ago

printf172 commented 1 month ago

How to port to Xposed

iofomo commented 1 month ago

You can integrate it into the framework yourself, as there is still much work to be done

printf172 commented 1 month ago

You can integrate it into the framework yourself, as there is still much work to be done

trace_new_status = ptrace(PTRACE_ATTACH,snew_attach_pid,NULL,NULL); But there will be errors here. Can you provide some ideas