mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
Update file(s): 2025-07-06
This commit is contained in:
parent
a5cf18cc98
commit
60efe61fa6
1 changed files with 9 additions and 11 deletions
|
|
@ -1,15 +1,13 @@
|
|||
// Detect It Easy: detection rule file
|
||||
|
||||
init("operation system", "JVM");
|
||||
init("format", "JavaClass");
|
||||
|
||||
function detect() {
|
||||
if (JavaClass.isVerbose()) {
|
||||
sName = JavaClass.getOperationSystemName();
|
||||
sVersion = JavaClass.getOperationSystemVersion();
|
||||
sOptions = JavaClass.getOperationSystemOptions();
|
||||
sName = JavaClass.getFileFormatName();
|
||||
sVersion = JavaClass.getFileFormatVersion();
|
||||
sOptions = JavaClass.getFileFormatOptions();
|
||||
|
||||
bDetected = true;
|
||||
}
|
||||
|
||||
return result();
|
||||
}
|
||||
bDetected = true;
|
||||
|
||||
return result();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue