Detect-It-Easy/db/APK/TencentProtection.2.sg
2024-11-07 00:17:07 +03:00

14 lines
No EOL
324 B
JavaScript

// Author: DosX
// E-Mail: collab@kay-software.ru
// GitHub: https://github.com/DosX-dev
// Telegram: @DosX_dev
init("protector", "TencentProtection");
function detect() {
bDetected =
APK.isArchiveRecordPresent("assets/tosversion") ||
APK.isArchiveRecordPresent("tencent_stub");
return result();
}