mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
remove newlines in MS-XNA/KTX signature
This commit is contained in:
parent
cf5a235a54
commit
f46b3ca1ac
2 changed files with 0 additions and 4 deletions
|
|
@ -26,7 +26,6 @@ function detect() {
|
|||
break;
|
||||
}
|
||||
|
||||
|
||||
/* XNA Studio platforms: 'w' = Windows, 'm' = Windows Phone 7, 'x' = X360
|
||||
* MonoGame extensions: 'i' = iOS, 'a' = Android, 'X' = MacOSX, 'P' = PS4, 'S' = Switch, etc */
|
||||
switch (Binary.read_uint8(0x3)) {
|
||||
|
|
|
|||
|
|
@ -33,9 +33,6 @@ function detect() {
|
|||
//sOption(Binary.read_uint32(0x14)+"x"+Binary.read_uint32(0x18));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
return result();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue