add libxml2 signature

This commit is contained in:
Benjamin Funke 2026-05-10 17:11:24 +02:00
commit a8aac75db7

View file

@ -0,0 +1,13 @@
// Detect It Easy: detection rule file
// Author: BJNFNE <bjnfne@web.de>
// https://github.com/GNOME/libxml2
meta("library", "libxml2");
function detect() {
if (PE.isLibraryPresent("libxml2.dll")) {
bDetected = true;
}
return result();
}