- Machine Learning for Cybersecurity Cookbook
- Emmanuel Tsukerman
- 39字
- 2025-04-04 13:36:46
Getting ready
Preparation for this recipe consists of installing the pefile package in pip. In a terminal of your Python environment, run the following:
pip install pefile
In addition, download the test file Python executable from https://www.python.org/ftp/python/3.7.2/python-3.7.2-amd64.exe.