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

15 lines
No EOL
432 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: DosX
// E-Mail: collab@kay-software.ru
// GitHub: https://github.com/DosX-dev
// Telegram: @DosX_dev
// http://www.vgrsoft.net/Products/ILProtector
init("protector", "ILProtector");
function detect() {
bDetected = PE.isNET() && PE.isNetGlobalCctorPresent() && PE.isNetObjectPresent("Protect32.dll") && PE.isNetObjectPresent("Protect64.dll")
return result();
}