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

14 lines
No EOL
361 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("packer", "Shrinker");
function detect() {
if (MSDOS.compareEP("bb....ba....81c3....b8....b1..d3e803c38cd9498ec12603......2bc872..fa8ed3bc....fb")) {
sVersion = "3.0";
sOptions = "1997 by A.S.M.";
bDetected = true;
}
return result();
}