ARC (Yuno): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Archives]] | [[Category:Archives]] | ||
Used in the following game(s): | Used in the following game(s): | ||
*Yuno | *Yuno ([https://vndb.org/v1377 vndb]) | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 34: | Line 14: | ||
! Size !! Content !! Description | ! Size !! Content !! Description | ||
|- | |- | ||
| | | 20 Bytes || File Name || XOR by 0x03 | ||
|- | |||
| 4 Bytes || File Size || XOR by 0x33656755 | |||
|- | |- | ||
| | | 4 Bytes || File Position || XOR by 0x68820811 | ||
|} | |} | ||
It is unknown if some or none of the file data itself is protected. This may completely depend on what the data is. For example, the game script may have additional steps. The audio, specifically the music archive, appears to store the data without any obfuscation. However, this is based off of a fan patched version so unknown if this carries over to the original, unpatched version. |
Latest revision as of 04:53, 2 March 2018
Used in the following game(s):
- Yuno (vndb)
Header | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Size | Content | Description | ||||||||||||
4 Bytes | File count | |||||||||||||
Index Entry | ||||||||||||||
Size | Content | Description | ||||||||||||
20 Bytes | File Name | XOR by 0x03 | ||||||||||||
4 Bytes | File Size | XOR by 0x33656755 | ||||||||||||
4 Bytes | File Position | XOR by 0x68820811 |
It is unknown if some or none of the file data itself is protected. This may completely depend on what the data is. For example, the game script may have additional steps. The audio, specifically the music archive, appears to store the data without any obfuscation. However, this is based off of a fan patched version so unknown if this carries over to the original, unpatched version.