파이썬을 통하여 만든 안티바이러스(백신) 오픈소스이다. 파이썬과 백신에 대하여 공통적으로 관심이 있는 분이라면 한번쯤 사이트에 들어가서 소스를 보는 것도 괜찮을 것 같아서 올립니다.

http://www.kicomav.com/            키콤 사이트

http://www.hanul93.com/            키콤을 만드신 최원혁씨의 블로그


About KicomAV


KicomAV is an open source (GPL v2) antivirus engine designed for detecting malware and disinfecting it. In fact, Since 1995, it has been written in C/C++ and it was integrated into the ViRobot engine of HAURI, 1998. I decided to re-create a new KicomAV. So, this is developed in Python. Anyone can participate in the development easily.

How to use


Requirements

- Python 2.7

Quick start

        - Three quick start options are available:

  - Download the latest release and unzip it

  - Clone the repo: git clone git://github.com/hanul93/kicomav.git

  - Build KicomAV Engine & Plugins modules : build.sh or build.bat

  - You can see Release Directory. Change the Release directory and run k2.py


'Programming > Python' 카테고리의 다른 글

Python API  (0) 2015.10.06
XPRESS Decompress by Python  (0) 2015.09.11
Python Error : IndentationError  (0) 2015.08.26
Hotel_Sniff.py  (0) 2015.07.08
Analysis_pcap.py  (0) 2015.07.07