Detect-It-Easy/db/PE/library_DWMAPI.4.sg
2026-06-19 00:16:31 +02:00

13 lines
No EOL
304 B
JavaScript

// Detect It Easy: detection rule file
// Author: BJNFNE <bjnfne@web.de>
// https://windows10dll.nirsoft.net/dwmapi_dll.html
meta("library", "Microsoft Desktop Window Manager API");
function detect() {
if (PE.isLibraryPresent("dwmapi.dll")) {
bDetected = true;
}
return result();
}