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

Windows Timestamp Convert 64bit  (0) 2015.12.12
hex viewer의 일대기  (1) 2015.11.04
Simple - Hex_View.py  (0) 2015.11.02
Python API  (0) 2015.10.06
XPRESS Decompress by Python  (0) 2015.09.11




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

hex viewer의 일대기  (1) 2015.11.04
Upgrade - Hex_Viewer.py  (0) 2015.11.03
Python API  (0) 2015.10.06
XPRESS Decompress by Python  (0) 2015.09.11
Python : Anti-Virus 키콤  (0) 2015.09.07

Python API

Kail-KM
|2015. 10. 6. 18:08

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

Upgrade - Hex_Viewer.py  (0) 2015.11.03
Simple - Hex_View.py  (0) 2015.11.02
XPRESS Decompress by Python  (0) 2015.09.11
Python : Anti-Virus 키콤  (0) 2015.09.07
Python Error : IndentationError  (0) 2015.08.26



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

Simple - Hex_View.py  (0) 2015.11.02
Python API  (0) 2015.10.06
Python : Anti-Virus 키콤  (0) 2015.09.07
Python Error : IndentationError  (0) 2015.08.26
Hotel_Sniff.py  (0) 2015.07.08

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

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

IndentationError: unindent does not match any outer indentation level

들여쓰기에 문제가 있는 것이다. 가령 복붙을 했을 경우 '탭'으로 인식하지 않고 '스페이스바로' 인식될 경우에도 이러한 에러가 발생한다. 그러므로 이 에러가 있는 지점은 들여쓰기를 다 지운 다음에 다시 다른곳과 맞추는 것이 좋다.

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

XPRESS Decompress by Python  (0) 2015.09.11
Python : Anti-Virus 키콤  (0) 2015.09.07
Hotel_Sniff.py  (0) 2015.07.08
Analysis_pcap.py  (0) 2015.07.07
Skype_GetiDB.py  (0) 2015.07.07

Hotel_Sniff.py

Kail-KM
|2015. 7. 8. 18:38



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

Python : Anti-Virus 키콤  (0) 2015.09.07
Python Error : IndentationError  (0) 2015.08.26
Analysis_pcap.py  (0) 2015.07.07
Skype_GetiDB.py  (0) 2015.07.07
Down & Check GPS _ img.py  (0) 2015.07.06

Analysis_pcap.py

Kail-KM
|2015. 7. 7. 16:12



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

Python Error : IndentationError  (0) 2015.08.26
Hotel_Sniff.py  (0) 2015.07.08
Skype_GetiDB.py  (0) 2015.07.07
Down & Check GPS _ img.py  (0) 2015.07.06
Pdf_Info.py  (2) 2015.07.06