https://github.com/bytechaocai/huorong-rule-generator
火绒自定义规则生成器
https://github.com/bytechaocai/huorong-rule-generator
hips huorong
Last synced: over 1 year ago
JSON representation
火绒自定义规则生成器
- Host: GitHub
- URL: https://github.com/bytechaocai/huorong-rule-generator
- Owner: bytechaocai
- License: apache-2.0
- Created: 2024-07-09T09:00:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T15:40:11.000Z (over 1 year ago)
- Last Synced: 2025-03-27T07:04:37.925Z (over 1 year ago)
- Topics: hips, huorong
- Language: Java
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 火绒自定义规则生成工具
## 运行环境
首先你需要安装jdk21和maven3.9+。maven可以使用较低版本,但是jdk必须是21+。
## 使用方式
你可以在idea中运行本项目,也可以执行`build.sh`打包,然后在打包目录中执行`hiprule.bat template.json`。 `template.json`在项目根目录,是一个模板文件,写完后将`template.json`的全路径传给`hiprule.bat`就可以在运行目录下看到`rule.json`,然后在火绒里导入`rule.json`即可。
`template.json`中已包含Chrome和Firefox数据目录以及文档、图片、桌面三个目录。