How is this different from using something like, `strace -e trace=file` I see that you are using ptrace to monitor a process. That is also used by strace. Is there something else your application does that strace does…
How is this different from using something like, `strace -e trace=file` I see that you are using ptrace to monitor a process. That is also used by strace. Is there something else your application does that strace does…