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