Detect-It-Easy/db/PE/VBox.2.sg
2024-11-24 11:12:57 +03:00

15 lines
No EOL
402 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "VBox");
function detect() {
if (PE.compareEP("ff7424..ff7424..ff7424..68........68........68........68........ff15........68........ffd0c2")) {
if (PE.isLibraryPresent("vboxp410.dll")) {
sVersion = "4.10";
}
bDetected = true;
}
return result();
}