add Logox signature

This commit is contained in:
Benjamin Funke 2025-07-24 15:55:03 +02:00
commit bef5e6eb7d

14
db/Binary/bin.LGX.1.sg Normal file
View file

@ -0,0 +1,14 @@
// Detect It Easy: detection rule file
// Author: BJNFNE <bjnfne@web.de>
// Used by Lernwerkstatt 7
init("format", "Logox4 Speechengine");
function detect() {
if (Binary.compare("'LGX'")) {
sVersion = "4.1.0.0.0"
bDetected = true;
}
return result();
}