Detect-It-Easy/db/DEX/EasyProtector.2.sg
2025-03-23 12:41:20 +03:00

14 lines
No EOL
302 B
JavaScript

// Detect It Easy: detection rule file
// Author: DosX
// E-Mail: collab@kay-software.ru
// GitHub: https://github.com/DosX-dev
// Telegram: @DosX_dev
init("protector", "EasyProtector");
function detect() {
bDetected = DEX.isDexStringPresent("com.easyprotector.android");
return result();
}