Detect-It-Easy/db/MSDOS/PACKWIN.2.sg
2024-11-12 20:11:38 +03:00

14 lines
No EOL
363 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "PACKWIN");
function detect() {
if (MSDOS.compareEP("8cc0fa8ed0bc....fb060e1f2e8b0e....8bf14e8bfe8cdb2e031e....8ec3fdf3a453b8....50cb")) {
sVersion = "1.0";
sOptions = "by Yellow Rose";
bDetected = true;
}
return result();
}