Skip to content

Commit 16499cb

Browse files
committed
2 parents 585c000 + 6a0abe9 commit 16499cb

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)