Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 1.67 KB

README_zh_TW.md

File metadata and controls

70 lines (50 loc) · 1.67 KB

PYAS (Python 防毒軟體)

PYAS_UI

安裝要求

pip install chardet==5.2.0
pip install numpy==1.26.3
pip install onnxruntime==1.18.1
pip install pefile==2023.2.7
pip install pillow==10.4.0
pip install pyperclip==1.8.2
pip install PyQt5==5.15.11
pip install requests==2.32.3
pip install yara-python==4.5.1

檔案資訊

PYAS/
├── Driver/ (驅動防護和微軟運行庫)
│   └── ...
│
├── Engine/ (深度學習和規則數據庫)
│   └── ...
│
├── Exten/ (擴展功能與系統修復工具)
│   └── ...
│
├── PYAS.py (PYAS主程序含介面交互與防護功能)
├── PYAS_Engine.py (深度學習預測和規則掃描器)
├── PYAS_Suffixes.py (獲取掃描或事件檔案的副檔名)
├── PYAS_Interface.py (搭配主程序的Qt設計介面)
├── PYAS_Resource.py (狀態圖片圖標和按鈕圖片)
├── PYAS_Language.py (繁體中文和簡體中文和英文翻譯)
├── PYAS_Version.py (檔案版本和訊息名稱和打包檔名)
└── ...

官方網頁

https://pyantivirus.wixsite.com/pyas

https://github.com/87owo/PYAS

微軟運行庫

https://github.com/87owo/Microsoft_Runtime/releases

驅動程式

https://github.com/0sha0/PYAS_Protection

開源協議

https://github.com/87owo/PYAS/blob/main/LICENSE.md

支援系統

Windows 8.1, 10, 11 (64-bit),記憶體 500MB, 磁碟容量 200MB 或更高

其他系統或版本可能會遇到軟體功能故障或程序崩潰

特別感謝

Wix, mtkiao129, 0sha0, AV-T Team of LisectGroup

Copyright© 2020~2025 PYAS Security By 87owo