V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
nothing2
V2EX  ›  问与答

求个火绒屏蔽某家 app 扫盘的规则

  •  
  •   nothing2 · 2022-09-01 12:16:33 +08:00 via iPhone · 1145 次点击
    这是一个创建于 601 天前的主题,其中的信息可能已经有所发展或是发生改变。
    多谢多谢
    2 条回复    2022-09-01 13:45:57 +08:00
    FengMubai
        1
    FengMubai  
       2022-09-01 12:31:25 +08:00   ❤️ 1
    禁止访问 Users 目录, 路径自己改

    ```
    {
    "ver":"5.0",
    "tag":"hipsuser",
    "data":[
    {
    "id":2,
    "power":1,
    "name":"Fuck QQ",
    "procname":"?:\\Program Files\\WindowsApps\\*\\QQ\\Bin\\*.exe",
    "treatment":3,
    "policies":[
    {
    "montype":1,
    "action_type":15,
    "res_path":"?:\\Users\\*"
    }
    ]
    }
    ]
    }
    ```

    例外规则
    ```
    {
    "ver":"5.0",
    "tag":"hipsuser_auto",
    "data":{
    "?:\\Program Files\\WindowsApps\\*\\QQ\\bin\\*":[
    {
    "res_path":"?:\\Users\\*\\AppData\\Local\\Temp\\*",
    "montype":1,
    "action_type":15,
    "treatment":0
    },
    {
    "res_path":"?:\\Users\\*\\Tencent Files\\*",
    "montype":1,
    "action_type":15,
    "treatment":0
    },
    {
    "res_path":"?:\\Users\\*\\Downloads\\*",
    "montype":1,
    "action_type":15,
    "treatment":0
    },
    {
    "res_path":"?:\\Users\\*\\AppData\\LocalLow\\Microsoft\\*",
    "montype":1,
    "action_type":15,
    "treatment":0
    },
    {
    "res_path":"?:\\Users\\*\\AppData\\Roaming\\Microsoft\\Crypto\\*",
    "montype":1,
    "action_type":15,
    "treatment":0
    },
    {
    "res_path":"?:\\Users\\*\\desktop.ini",
    "montype":1,
    "action_type":15,
    "treatment":0
    },
    {
    "res_path":"?:\\Users\\*\\AppData\\Local\\Microsoft\\Windows\\*",
    "montype":1,
    "action_type":15,
    "treatment":0
    },
    {
    "res_path":"?:\\Users\\*\\Tencent\\*",
    "montype":1,
    "action_type":15,
    "treatment":0
    },
    {
    "res_path":"?:\\Users\\*\\QQ\\*",
    "montype":1,
    "action_type":15,
    "treatment":0
    }
    ]
    }
    }
    ```
    weeiy
        2
    weeiy  
       2022-09-01 13:45:57 +08:00
    写个自动规则,只允许访问 tencent 系文件夹,其他的一律拒绝。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3472 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 00:43 · PVG 08:43 · LAX 17:43 · JFK 20:43
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.