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

14 lines
No EOL
384 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("packer", "Relpack");
function detect() {
if (MSDOS.compareEP("eb$$2e8c1e....2e8c06....8cc383c3..8cc88ed8be....fcad3d....75..ad3d....74..03c38ec0ad8bf826011deb")) {
sVersion = "1.0";
sOptions = "by TurboPower Software";
bDetected = true;
}
return result();
}