Packages Python scripts into executables

It’s fairly easy to identify binaries built with PyInstaller by examining embedded strings or function names. (The embedded string Py_SetPythonHome is a good indicator.)

binary’s main function can also provide a way to determine if it was built with PyInstaller. The main function calls into PyInstaller’s entry point, pyi_main