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