peinjector/README.md

39 lines
665 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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