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

14 lines
No EOL
327 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("other", "Text Header");
function detect() {
if (Binary.compare("e9$$$$b9....be....bf....f3a468....c3")) {
sVersion = "1.0";
sOptions = "from EXE2COM 9.50 by B. Vorontsov";
bDetected = true;
}
return result();
}