Detect-It-Easy/db/MSDOS/Header_Changer.2.sg
2024-11-07 00:17:07 +03:00

13 lines
No EOL
302 B
JavaScript

// Detect It Easy: detection rule file format
// 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();
}