Skip to content

Commit d515b81

Browse files
committed
add more links to signatures & image.ICN.1.sg > image.SMDH.1.sg
1 parent 19e48e2 commit d515b81

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

db/Binary/bin.XBE.1.sg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Detect It Easy: detection rule file
22
// Author: BJNFNE <[email protected]>
33

4+
// https://xboxdevwiki.net/Xbe
45
meta("format", "Xbox Executable (.XBE)");
56

67
function detect() {

db/Binary/image.FSH.sg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Detect It Easy: detection rule file
22
// Author: BJNFNE <[email protected]>
33

4+
// https://www.wiki.sc4devotion.com/index.php?title=FSH_Format
45
meta("image", "FSH");
56

67
function detect() {

db/Binary/image.ICNS.sg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Detect It Easy: detection rule file
22
// Author: BJNFNE <[email protected]>
33

4+
// https://en.wikipedia.org/wiki/Apple_Icon_Image_format
45
meta("image", "Apple Icon Image");
56

67
function detect() {

db/Binary/image.ICN.1.sg renamed to db/Binary/image.SMDH.1.sg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// Detect It Easy: detection rule file
22
// Author: BJNFNE <[email protected]>
33

4-
meta("image", "Icon");
4+
// https://www.3dbrew.org/wiki/SMDH
5+
meta("image", "SMDH");
56

67
function detect() {
78
if (Binary.compare("'SMDH'")) {
8-
sVersion = "ICN";
99
bDetected = true;
1010
}
1111

0 commit comments

Comments
 (0)