add README.md.

Signed-off-by: cxykevin <cxykevin@yeah.net>
This commit is contained in:
cxykevin 2024-02-10 08:45:48 +00:00 committed by Gitee
parent 873091525f
commit 4509cc8b96
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 38 additions and 0 deletions

38
README.md Normal file
View File

@ -0,0 +1,38 @@
# PEinjector
#### 介绍
xxxx
#### 软件架构
软件架构说明
#### 安装教程
1. xxxx
2. xxxx
3. xxxx
#### 使用说明
1. xxxx
2. xxxx
3. xxxx
#### 调试
1. 安装 GNUmake
2. 配置虚拟机并从实体U盘启动
3. 在根目录新建 `start_vm.cmd` 并写你的虚拟机启动命令。
vmware`vmrun -T ws start 虚拟机vmx路径`
4. 在根目录输入 `make prepare` 下载解压python环境
5. 准备一个安装了 ventoy 的设备,并运行 Plugson 至少一次
6. 每次调试可使用 `make debug`
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request