Commit graph

5 commits

Author SHA1 Message Date
世界 cbcf005f37
Remove PROCESS_NAME_NATIVE dwFlag in process query output
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.
2024-05-18 17:22:14 +08:00
世界 84e4677a94
Improve process searcher 2022-08-20 12:11:27 +08:00
世界 cd5e7055d2
Add android package rules support in tun routing 2022-08-15 11:44:59 +08:00
世界 457de86819
Add multiplexer 2022-07-30 09:04:01 +08:00
世界 5f6f33c464
Add process_name/package_name/user/user_id rule item 2022-07-23 21:28:13 +08:00