2026-07-15 12:01:18 +08:00
< div align = "center" >
2026-07-15 11:50:35 +08:00
[](https://dotnet.microsoft.com/)
2026-07-15 12:01:18 +08:00
[](LICENSE)
2026-07-15 11:50:35 +08:00
[](https://www.microsoft.com/windows)
2026-07-15 12:01:18 +08:00
< br >
2026-07-15 11:50:35 +08:00
2026-07-15 12:01:18 +08:00
< a href = "README_CN.md" > < img src = "https://img.shields.io/badge/中文文档-点击查看-red?style=for-the-badge&logo=markdown" height = "40" > < / a >
< a href = "README_EN.md" > < img src = "https://img.shields.io/badge/English_Docs-Click_to_View-blue?style=for-the-badge&logo=markdown" height = "40" > < / a >
2026-07-15 11:50:35 +08:00
2026-07-15 12:01:18 +08:00
< / div >
2026-07-15 11:50:35 +08:00
2026-07-15 12:01:18 +08:00
< br >
2026-07-15 11:50:35 +08:00
2026-07-15 12:01:18 +08:00
# MemScan-EDR
2026-07-15 11:50:35 +08:00
2026-07-15 12:01:18 +08:00
> **Memory-Focused Windows Endpoint Detection & Response (EDR)**
> **内存专项的 Windows 终端威胁检测与响应工具**
2026-07-15 11:53:42 +08:00
2026-07-15 12:01:18 +08:00
A lightweight EDR tool that scans running processes, inspects memory for shellcode/injection/C2 patterns, and uses AI to classify threats in real time.
2026-07-15 11:50:35 +08:00
2026-07-15 12:01:18 +08:00
轻量级 EDR 工具,扫描运行中进程内存中的恶意特征,利用 AI 实时分类威胁。
2026-07-15 11:50:35 +08:00
2026-07-15 12:01:18 +08:00
< br >
2026-07-15 11:50:35 +08:00
2026-07-15 12:01:18 +08:00
< div align = "center" >
2026-07-15 11:50:35 +08:00
2026-07-15 12:01:18 +08:00
| [📖 中文文档 ](README_CN.md ) | [📖 English Docs ](README_EN.md ) |
|:---:|:---:|
2026-07-15 11:50:35 +08:00
2026-07-15 12:01:18 +08:00
< / div >
2026-07-15 11:50:35 +08:00
---
2026-07-15 11:53:42 +08:00
2026-07-15 12:01:18 +08:00
## Quick Preview / 快速预览
2026-07-15 11:50:35 +08:00
2026-07-15 12:01:18 +08:00
| Dashboard 仪表盘 | Scan 扫描 | Settings 设置 |
|:---:|:---:|:---:|
| Real-time risk stats | Process-level scan log | Multi-provider AI config |
2026-07-15 11:50:35 +08:00
---
2026-07-15 12:01:18 +08:00
## One-Line Build / 一行编译
2026-07-15 11:50:35 +08:00
2026-07-15 12:01:18 +08:00
```powershell
dotnet publish src-csharp\MemScanEDR\MemScanEDR.csproj -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -o publish
```
2026-07-15 11:50:35 +08:00
---
2026-07-15 12:01:18 +08:00
## License / 许可证
2026-07-15 11:53:42 +08:00
2026-07-15 12:01:18 +08:00
MIT — see [LICENSE ](LICENSE )