mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
295 B
JavaScript
13 lines
No EOL
295 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("other", "Header Changer");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("8cdb81c3....53bb....53501e068cdb81c3....53bb")) {
|
|
sOptions = "by Shay Lev Ary";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |