Skip to content

Commit 6a0abe9

Browse files
authored
Merge pull request #268 from BJNFNE/formats
implement W3D script
2 parents 01318c0 + 08a2936 commit 6a0abe9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

db/Binary/bin.W3D.1.sg

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Detect It Easy: detection rule file
2+
// Author: BJNFNE <[email protected]>
3+
// This Script supports following formats: W3D
4+
5+
init("format", "W3D");
6+
7+
function detect() {
8+
if (Binary.compare("'IFX'")) {
9+
sVersion = "Shockwave 3D";
10+
bDetected = true;
11+
}
12+
13+
return result();
14+
}

0 commit comments

Comments
 (0)