add DWMAPI signature

This commit is contained in:
Benjamin Funke 2026-06-19 00:16:31 +02:00
commit 8d8fa5f773

13
db/PE/library_DWMAPI.4.sg Normal file
View file

@ -0,0 +1,13 @@
// 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();
}