mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
22 lines
No EOL
802 B
JavaScript
Executable file
22 lines
No EOL
802 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "CC");
|
|
|
|
function detect() {
|
|
if (Binary.compare("b8....ba....3be073..b409ba....cd21b8....cd218bdc81eb....83e3..fcbe....8bfbb9....f3a48bc3b1..d3e88cc903c15033c050cb")) {
|
|
sVersion = "1.0";
|
|
sOptions = "1991 by B.Vorontsov";
|
|
bDetected = true;
|
|
} else if (Binary.compare("ba....b430cd213c..73..33c00650cbb9....b8....eb$$05....fc80c4..eb")) {
|
|
sVersion = "2.61 Beta";
|
|
sOptions = "by UniHackers";
|
|
bDetected = true;
|
|
} else if (Binary.compare("e9$$$$b9....be....8bfe5156b4..ac32c4c0c4..02e1aae2..bf....5e59f3a4be....56c3")) {
|
|
sVersion = "1.01";
|
|
sOptions = "by B.Vorontsov";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |