// 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/GrzegorzBlok/FastRsyncNet meta("library", "FastRsync.NET"); function detect() { if (PE.isNetObjectPresent("FastRsync")) { bDetected = true; } return result(); }