sing-box/common/process
世界 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
..
searcher.go Fix find process user 2023-04-14 20:56:58 +08:00
searcher_android.go Fix search android package in non-owner users 2022-08-29 12:02:29 +08:00
searcher_darwin.go Fix macOS Ventura process name match 2022-11-06 10:16:07 +08:00
searcher_linux.go Revert linux process searcher 2022-08-26 17:36:06 +08:00
searcher_linux_shared.go Remove stack buffer usage 2023-07-03 21:45:32 +08:00
searcher_stub.go Add android package rules support in tun routing 2022-08-15 11:44:59 +08:00
searcher_windows.go Remove `PROCESS_NAME_NATIVE` dwFlag in process query output 2024-05-18 17:22:14 +08:00