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

16 lines
No EOL
379 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", "BangcleProtection");
function detect() {
bDetected =
APK.isArchiveRecordPresent("lib/armeabi/libsecexe.so") ||
APK.isArchiveRecordPresent("lib/x86/libsecexe.so");
return result();
}