// Detect It Easy: detection rule file // Author: DosX // E-Mail: collab@kay-software.ru // GitHub: https://github.com/DosX-dev // Telegram: @DosX_dev // https://github.com/PureKrome/EcmaScript.NET meta("library", "EcmaScript.NET"); function detect() { if (PE.isNetObjectPresent("EcmaScript.NET")) { bDetected = true; } return result(); }