<div dir="ltr">Hello everyone,<br><br>Currently I'm working on a means by which I can convert relative paths to absolute when displayed as system call arguments. Some sample output can be seen here[1]. Please note that the arguments passed to "execve" and "open" are absolute paths.<div>
<br></div><div>(The current implementation is just a PoC and I haven't committed anything yet, I'll post a link to the commit as soon as I push it in.)<br><br>`printpathn` takes in an argument `n` which is the maximum number of characters that should be displayed in the path(followed by "...").<br>
<br>Should this scheme be followed when displaying absolute paths too?<br><br>Perhaps we could use the "..." scheme when "-yy" is used and the full path whenever "-yyy" is used? Does that make sense/sound good?<br>
<br><br>Cheers,<br>-- zm<br><br>[1] <a href="https://gist.github.com/eQu1NoX/35e66c569c4a3f06cfd3">https://gist.github.com/eQu1NoX/35e66c569c4a3f06cfd3</a></div></div>