Comment on Facebook scans system libraries on Android and uploads them to their serverparentComments−heavenlyblue7yIs there any way to make memory pages executable, but not readable?−wongarsu7yKernel modules are executable, but not readable (by userspace processes). Or just have it in a different process and talk over IPC.
Comments
Is there any way to make memory pages executable, but not readable?
Kernel modules are executable, but not readable (by userspace processes). Or just have it in a different process and talk over IPC.