Detect-It-Easy/db/MSDOS/V-Load.1.sg
2024-11-12 20:11:38 +03:00

13 lines
No EOL
333 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("joiner", "V-Load");
function detect() {
if (MSDOS.compareEP("33f62ef606......74..0e588bd881e3....75..b1..d3e02bf0d3ee065b0e582bc3b1..bb....8bd3d3eb81e2")) {
sVersion = "0.9c1";
bDetected = true;
}
return result();
}