Detect-It-Easy/db/PE/library_SensAPI.4.sg
2026-06-10 18:47:18 +02:00

13 lines
No EOL
291 B
JavaScript

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