mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
add Logox signature
This commit is contained in:
parent
113e6f7207
commit
bef5e6eb7d
1 changed files with 14 additions and 0 deletions
14
db/Binary/bin.LGX.1.sg
Normal file
14
db/Binary/bin.LGX.1.sg
Normal 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();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue