mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
5 lines
No EOL
241 B
JavaScript
5 lines
No EOL
241 B
JavaScript
init("operation system","JVM")
|
|
function detect(){if(JavaClass.isVerbose()){sName=JavaClass.getOperationSystemName()
|
|
sVersion=JavaClass.getOperationSystemVersion()
|
|
sOptions=JavaClass.getOperationSystemOptions()
|
|
bDetected=true}return result()} |