Detect-It-Easy/db/PE/Azure.Core.4.sg
2025-04-09 22:03:53 +03:00

16 lines
No EOL
307 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("library", "Azure.Core");
function detect() {
if (PE.isNetObjectPresent("Azure.Core")) {
bDetected = true;
}
return result();
}