13 Security Lab

[SETUP] YARA python in windows x64 본문

Computer Science/Windows Externals

[SETUP] YARA python in windows x64

Maj0r Tom 2015. 11. 24. 20:04

1. Add environment variable "PATH" : "C:\Python27", "C:\Python27\Scripts"

2. cmd > pip install yara

3. x64 Redistributable for VS2010설치 (https://www.microsoft.com/ko-kr/download/details.aspx?id=14632, "vcredist_x64.exe")

4. cmd > yara-ctypes -h


Easy to make it

Comments