Find dependencies

Guy galfandary at gmail.com
Thu Sep 9 16:27:48 UTC 2021


Hi,

I'm using strace to find dependencies of complex system processes.
A dependency for me is a file that is successfully accessed and that
was not previously created by the process.
The main missing piece is the ability to get the full path of the file
being accessed.
I added the equivalent of "pwdx pid" to the code.
The only problem is with those "at" calls which are relative to dirfd.
Still working on that one.

I think it would be a nice enhancement to have an option to get the full paths.

Thanks,
Guy


More information about the Strace-devel mailing list