Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help about Windows Group Policy #3986

Closed
PPPlatelet opened this issue Jul 12, 2024 · 1 comment
Closed

Need help about Windows Group Policy #3986

PPPlatelet opened this issue Jul 12, 2024 · 1 comment
Labels
wontfix / 不做 This will not be worked on

Comments

@PPPlatelet
Copy link
Contributor

PPPlatelet commented Jul 12, 2024

Pull request #3934

Under the TODO section of the pull request, I've written about some of the burning issues that need to be addressed:

  1. To enable Alas to obtain the process creation event, it is necessary to open the audit process creation in the Local Group Policy Editor -> Computer Configuration ->Windows Settings -> Security Settings -> Advanced Audit Policy configuration -> System Audit Policy - Local Group Policy object -> Detailed Trace, and set it to "Success and failure".
  2. It is necessary to reconstruct the startup chain according to the event log after capturing the event log, and maintain the startup chain regularly.
    For example: "MuMuPlayer.exe" starts "crashpad_handler.exe" and "MuMuPlayerUpdater.exe", "MuMuPlayerUpdater.exe" starts "aria2.exe" and another "crashpad_handler.exe", "aria2.exe" starts "conhost.exe".
    Additionally, "svchost.exe" starts "MuMuVMMSVC.exe", "MuMuVMMSVC.exe" starts "MuMUVMMheadless.exe", The latter in turn starts two "RendererDetector.exe" and another "conhost.exe".
    The difficulty here is that "MuMuPlayer.exe" is not associated with "svchost.exe".

Possible solutions:

  1. It is recommended to use Python/C/C++ to temporarily turn on the above Settings for the lifetime of the program via the cmd/ registry/groups policy.
  2. Maintain a whitelist or try to find the association between the simulator process and "svchost.exe -k DcomLaunch-p".
@PPPlatelet PPPlatelet added the feature request / 功能请求 New feature or requests label Jul 12, 2024
@LmeSzinc
Copy link
Owner

你不能在运行时或者任何其他时候修改用户系统设置,这样的行为跟垃圾代理软件篡改系统代理设置指向自己,然后非正常退出时没有释放导致用户无法上网,是一样的流氓行为。

以此实现的 PR 不会被接受。

@LmeSzinc LmeSzinc added wontfix / 不做 This will not be worked on and removed feature request / 功能请求 New feature or requests labels Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix / 不做 This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants