If you skip the built-in .exe file using the built-in strings utility using pyinstaller , which is in Linux, then strings will output the modules used in the program or simply Python itself will be mentioned in this way:
Cannot GetProcAddress for PyErr_Clear PyErr_Occurred Cannot GetProcAddress for PyErr_Occurred PyErr_Print Cannot GetProcAddress for PyErr_Print PyImport_AddModule Cannot GetProcAddress for PyImport_AddModule PyImport_ExecCodeModule Cannot GetProcAddress for PyImport_ExecCodeModule PyImport_ImportModule Cannot GetProcAddress for PyImport_ImportModule PyList_Append Cannot GetProcAddress for PyList_Append ... Can this get around and how?