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

14 lines
No EOL
378 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "Un2pack");
function detect() {
if (MSDOS.compareEP("9cba....2d....81e1....81f3....b4..9db8....ba....8cdb03d83b1e....73..83eb..fa8ed3bc")) {
sVersion = "2.0";
sOptions = "1994 by The CCS-Productions";
bDetected = true;
}
return result();
}