extremecoders-re
extremecoders-re
From the last screenshot, you have grabbed this files from the temp directory I suppose. 123123.exe can't be extracted further. Note that nuitka-extractor can't extract pyc files as there are...
> и как получить исходный код? Невозможно получить исходный код, поскольку он скомпилирован в машинный код.
The detect it easy signature which nuitka is here: https://github.com/horsicq/Detect-It-Easy/blob/master/db/PE/Nuitka.1.sg I guess the logic in nuitka-extractor needs to be updated.
Thanks for the report. Going through PyInstaller sources, v1.3 released in 2006 or maybe 2005 was the last version to use native byte order before switching to network byte order...
Decompilation issues are not related to pyinstxtractor.
检查 pyinstxtractor 的输出。它将显示可能的入口点。检查这些文件。
Pyd files are compiled Python extension modules. Unfortunately it isn't possible to retrieve the source code by the usual means like decompilation as there is no Python bytecode in pyd...