I am already familiar and successfully dumped the files opened by a process using strace. With that being said, strace performance is causing degradation for my software and I would like to implement a wrapper using c++ for my software, in a way that ptrace will collect and dump files opened by the software.
I have found guides on how to attach, and modify registries - but that doesn't really help with anything.
Appreciate the help.