horsicq / Detect-It-Easy

Program for determining types of files for Windows, Linux and MacOS.
http://ntinfo.biz
MIT License
6.95k stars 695 forks source link

fix python version newer than 3.9 #199

Closed jindaxia closed 2 months ago

jindaxia commented 2 months ago

var aPython = PE.isLibraryPresentExp(/^python(\d+)/i); // 311

    sVersion = aPython[1] / 10;   // 31.1 wrong