Commit Graph

9 Commits

Author SHA1 Message Date
世界
3f05a37f65 Optimize Linux process finder 2026-03-23 18:57:35 +08:00
世界
5bc0dfa9dd platform: Refactoring libbox to use gRPC-based protocol 2026-01-17 05:47:32 +08:00
世界
90ec9c8bcb Add TLS fragment support 2025-07-08 13:12:14 +08:00
世界
9668ea69b8 Fix windows process searcher 2025-04-08 14:16:27 +08:00
世界
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