mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
361 B
JavaScript
Executable file
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();
|
|
} |