Open MisterAero opened 1 year ago
I was using another program that require this ptrace_scope setting and I noticed that WSL2 ubuntu kernel did not contain yama module which is unable to be installed based on WSL2. Therefore,I think you'd better try a more complete linux in VMware or linux container in Docker.
1.Do I have to do this step (What will I lost if I don't)?
From Frida installation page:
sysctl: cannot stat /proc/sys/kernel/yama/ptrace_scope: No such file or directory
also tried echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
/proc/sys/kernel/yama/ptrace_scope: No such file or directory
From