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