Replies: 2 comments 5 replies
-
需要监听 Steam 启动 具体用来实现目前是这里 判断当前登录用户 筛选当前用户的游戏库 |
Beta Was this translation helpful? Give feedback.
-
实际代码就是只匹配特定进程 的 但是你得在程序启动时 扫描全部进程 才能获取到对应的是否启动啊。 https://github.com/BeyondDimension/SteamClient/blob/0b79150fd3c20b021697cc3251c21bcc43e1bff7/src/BD.SteamClient/Services.Implementation/SteamServiceImpl.cs#L33 以及这里 还获取的程序的启动参数 判断是否是蒸汽中国 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
就是有点好奇为什么要这样操作。
因为每打开一个新的进程S++似乎都想要注入一下,感觉这种操作有点奇怪,毕竟又不是通过你启动的。
这是有什么功能是需要到这样的操作吗?这行为有点像
QQProtect.exe
啊😂Beta Was this translation helpful? Give feedback.
All reactions