VirusTotal / yara-python

The Python interface for YARA
http://virustotal.github.io/yara/
Apache License 2.0
637 stars 178 forks source link

error: [WinError 1] Incorrect function #213

Closed sourvodka2023 closed 1 year ago

sourvodka2023 commented 1 year ago

I'm trying to compile just to enable dex support but failed. What should I do?

PS E:\Github\yara-python> python3 setup.py build
F:\Python3\lib\site-packages\setuptools\config\setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
  warnings.warn(msg, warning_class)
running build
running build_ext
creating Users
error: [WinError 1] Incorrect function

My system is running Windows 11 with Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49)

Also can you enable dex support to use with APKiD in next update?

sourvodka2023 commented 1 year ago

Oh duplicate issue https://github.com/VirusTotal/yara-python/issues/88