mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
2 lines
No EOL
228 B
Text
2 lines
No EOL
228 B
Text
function getPythonVersionByDll(n){var t,e="",l=n.indexOf("python")
|
|
return-1!==l&&(-1===(t=n.indexOf(".",l+=6))&&(t=n.length),e=n.substring(l,t)),""!==e?1===e.length?e+".0":2===e.length?e[0]+"."+e[1]:e[0]+"."+e.substring(1):null} |