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

14 lines
No EOL
318 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", "ProGuard");
function detect() {
bDetected = APK.isArchiveRecordPresent("META-INF/proguard/androidx-annotations.pro");
return result();
}