"MinXSS_Beacon_DecoderWin.exe" が、一台の Windows 10 Home PC上でどうして
も起動しないので、作者から教示されたとおりに次の手順で、Python Installer
を使って、minxss_beacon_decoder.py から強制的にコンパイルしてみた。結果、
新しく "MinXSS_Beacon_DecoderWinHome.exe" は何とか生成し、あともう少しで
それが起動できそうなところまで到達した。
実は、この一台のPCのみ "MinXSS_Beacon_DecoderWin.exe" が起動しない理由に
心当たりがある。この PCは、元々は Windows 8.1, 64bitマシンで、それを以前
Windows 8.1 から Windows 10 に後からアップデートしたPCなので、恐らく何か
重要な Windowsファイルが引き継がれていないのではないかと思う。
1. Download the source code (zip) from here:
http://github.com/jmason86/MinXSS_Beacon_Decoder/releases/tag/1.2.0
2. Install Python27:
http://www.python.org/downloads/
3. Open MS command prompt.
4. Install: PySide, serial, socket as follows.
Type, python -m pip install -U PySide
Type, pip install pyserial
Type, python -m pip install -U socketIO-client
5. Install pyinstaller:
Type, pip install pyinstaller
6. Unzip the MinXSS_Beacon_Decoder-1.2.0.zip in the newly folder.
7. Set the access permissions in properties of the newly unzipped folder.
8. CD (Change Directory) to the newly unzipped folder.
9. Type, pyinstaller minxss_beacon_decoder.py --onefile -n MinXSS_Beacon_DecoderWinHome --clean --windowed --noconfirm
