出现错误:
fatal error C1083: Cannot open include file: ‘stdbool.h’: No such file or directory
原因:
据网上查询是因为最新的yara-python 不支持py27
解决:
安装3.11.0版本:
pip install yara-python==3.11.0
出现错误:
fatal error C1083: Cannot open include file: ‘stdbool.h’: No such file or directory
原因:
据网上查询是因为最新的yara-python 不支持py27
解决:
安装3.11.0版本:
pip install yara-python==3.11.0