Detect-It-Easy/db/MSDOS/protector_nbuild.2.sg
2026-05-25 21:03:46 +03:00

13 lines
No EOL
281 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
meta("protector", "nbuild");
function detect() {
if (MSDOS.compareEP("B9....BB....C0....80....43E2")) {
sVersion = "1.0";
bDetected = true;
}
return result();
}