Detect-It-Easy/db/MSDOS/Header_Changer.2.sg
2024-07-01 22:49:08 +03:00

13 lines
No EOL
354 B
JavaScript

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("other", "Header Changer");
function detect(bShowType, bShowVersion, bShowOptions) {
if (MSDOS.compareEP("8cdb81c3....53bb....53501e068cdb81c3....53bb")) {
sOptions = "by Shay Lev Ary";
bDetected = true;
}
return result(bShowType, bShowVersion, bShowOptions);
}