|
clash-api for sing-box use `processPath` field which is the full-path of the captured process.
- On Windows: `\Device\HarddiskVolume3\Path\To\Program.exe`
- On Linux: `/path/to/program (username)`
grab the last part of the full path and render as `process`.
|