Detect-It-Easy/db/PE/MailKit.4.sg

17 lines
No EOL
341 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
// https://github.com/jstedfast/MailKit
meta("library", "MailKit");
function detect() {
if (PE.isNetObjectPresent("MailKit")) {
bDetected = true;
}
return result();
}