mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
287 B
JavaScript
Executable file
13 lines
No EOL
287 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "Protector");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("'FCP/IV'bc....c3", -6)) {
|
|
sOptions = "by FCP/IV (Future Crew)";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |