Getting started

This recipe requires the installation of the third-party library pefile. All other libraries used in this script are present in Python's standard library. The pefile module saves us from needing to specify all of the structures of Windows executable files. The pefile library can be installed like so:

pip install pefile==2017.8.1
To learn more about the pefile library, visit https://github.com/erocarrera/pefile.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.188.218.184