mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
Add new file(s): 2025-03-12
This commit is contained in:
parent
6bab8ed52e
commit
0e6eebf88f
2 changed files with 17 additions and 0 deletions
15
db/JavaClass/_JavaClass.0.sg
Normal file
15
db/JavaClass/_JavaClass.0.sg
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
// Detect It Easy: detection rule file
|
||||
|
||||
init("operation system", "JVM");
|
||||
|
||||
function detect() {
|
||||
if (JavaClass.isVerbose()) {
|
||||
sName = JavaClass.getOperationSystemName();
|
||||
sVersion = JavaClass.getOperationSystemVersion();
|
||||
sOptions = JavaClass.getOperationSystemOptions();
|
||||
|
||||
bDetected = true;
|
||||
}
|
||||
|
||||
return result();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue