mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
308 B
JavaScript
13 lines
No EOL
308 B
JavaScript
// Detect It Easy: detection rule file format
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "MultiLoop Protection");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("1e06b8....8ec0b0..b9....be....2e300404..46e2")) {
|
|
sOptions = "1992 by J&A";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |