Skip to content

87owo/PYAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9552742 · Sep 21, 2024
Jun 15, 2024
Sep 21, 2024
Aug 18, 2024
Jan 12, 2024
Sep 19, 2024
Sep 21, 2024
Jul 16, 2024
Aug 18, 2024
Jan 17, 2024
Sep 10, 2024
Sep 19, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024

Repository files navigation

PYAS (Python Antivirus Software)

PYAS

Readme Language

繁體中文 : https://github.com/87owo/PYAS/blob/main/README_zh_TW.md

简体中文 : https://github.com/87owo/PYAS/blob/main/README_zh_CN.md

Requirements

psutil==5.9.5
pefile==2023.2.7
requests==2.31.0
pyperclip==1.8.2
pywin32==306
PyQt5==5.15.9

File Information

PYAS/
├── Driver/
│   ├── PYAS_Driver.sys -------> Driver Protect (self protection driver for pyas by 0sha0)
│   └── ...
│
├── Model/
│   ├── PYAS_Model.json -------> Virus Database (the database must be in the specified dir)
│   └── ...
│
├── Rules/
│   ├── Yara_Rules.yar ---------> Yara Rules (yara rules in plain text format)
│   ├── Yara_Rules.yrc ---------> Compile Rules (yara rules in compiled format)
│   └── ...
│
├── PYAS.py ---------------------> Main PYAS Program (including animation, scan, protect functions, ...)
├── PYAS_Engine.py -------------> Conversion Database (used to transform profiles and forecast data)
├── PYAS_Suffixes.py -----------> File Suffixes (including scanned file suffixes and common suffixes)
├── PYAS_Interface.py ----------> PyQt5 Interface (use QT designer, must be matched with the main program)
├── PYAS_Resource.py -----------> PyQt5 Resource (status pictures, icon packages, button icons, ...)
├── PYAS_Language.py -----------> Translate Dict (Traditional Chinese, Simplified Chinese, English)
├── PYAS_Version.py ------------> Pyinstaller (file information, version information, original name, ...)
└── ...

Official Website

https://pyantivirus.wixsite.com/pyas

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

Microsoft Runtime

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

PYAS Driver

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

MIT license

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

Support System

Windows 8.1, 10, 11 (64-bit), Ram 500MB, Rom 200MB or higher

Other systems may experience software malfunctions or crash

Special Thanks

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

Copyright© 2020~2024 PYAS Security By 87owo