Detect-It-Easy/db/COM/COM2TXT.1.sg
2024-11-12 20:11:38 +03:00

13 lines
No EOL
319 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("converter", "COM2TXT");
function detect() {
if (Binary.compare("'XP5~~-~}P]XP-@?->@1Fq1Fx0F6,00F7,b(F8ZRu(XP2FzE,@r42fzWBxG!='")) {
sOptions = "1997 by GyikSoft";
bDetected = true;
}
return result();
}