I know that you can capture a system call using ptrace . But I want to ignore the system call. Perhaps it is possible for ptrace to pick up a system call, see its number, and if the number has a system call to be ignored, ptrace stops the system call from continuing or immediately returning the system call.
The fact is that we must have the effect that the application ignores specific system calls using ptrace .
source share