In android as a root user I'm trying to read another process memory by calling process_vm_readv
function, The function itself work well but target process detects I'm reading it's process and will kill itself after a short delay.
How the target process detect I'm using that function ?
How to avoid target process to detect me when I'm using that function ?
This is what I use: https://gist.github.com/FergusInLondon/fec6aebabc3c9e61e284983618f40730