mirror of https://github.com/pwndbg/pwndbg.git
format_args: display fd path
E.g. for calls like this:
```
► 0x555555554a57 <main+296> call ioctl@plt <ioctl@plt>
fd: 0x3
request: 0xae01
vararg: 0x0
```
We want to display the `fd` as: `fd: 0x3 (/some/path)` fetched from
`readlink -f /proc/$PID/fd/$FD`.
pull/880/head
parent
2a77b2d20b
commit
1bbc39d9bd
Loading…
Reference in new issue