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

14 lines
No EOL
319 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", "TencentProtection");
function detect() {
bDetected = DEX.isDexItemStringPresent("Lcom/tencent/StubShell/TxAppEntry;");
return result();
}