mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-05-31 12:49:22 +00:00
The `process_path` rule of sing-box is inherited from Clash, the original code uses the local system's path format (e.g. `\Device\HarddiskVolume1\folder\program.exe`), but when the device has multiple disks, the HarddiskVolume serial number is not stable. This change make QueryFullProcessImageNameW output a Win32 path (such as `C:\folder\program.exe`), which will disrupt the existing `process_path` use cases in Windows. |
||
|---|---|---|
| .. | ||
| assets | ||
| clients | ||
| configuration | ||
| installation | ||
| manual | ||
| changelog.md | ||
| CNAME | ||
| deprecated.md | ||
| deprecated.zh.md | ||
| index.md | ||
| index.zh.md | ||
| migration.md | ||
| migration.zh.md | ||
| support.md | ||
| support.zh.md | ||