mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
implement W3D script
This commit is contained in:
parent
01318c084f
commit
08a2936d16
1 changed files with 14 additions and 0 deletions
14
db/Binary/bin.W3D.1.sg
Normal file
14
db/Binary/bin.W3D.1.sg
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: BJNFNE <bjnfne@web.de>
|
||||
// This Script supports following formats: W3D
|
||||
|
||||
init("format", "W3D");
|
||||
|
||||
function detect() {
|
||||
if (Binary.compare("'IFX'")) {
|
||||
sVersion = "Shockwave 3D";
|
||||
bDetected = true;
|
||||
}
|
||||
|
||||
return result();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue