Editing Bluray disc
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 14: | Line 14: | ||
* Sector 0 describes which regions of the disc are encrypted (see below). | * Sector 0 describes which regions of the disc are encrypted (see below). | ||
* Sector 1 has information about the disc. | * Sector 1 has information about the disc. | ||
File system: | File system: | ||
* [http://www.osta.org/specs/pdf/udf260.pdf UDF] filesystem (a profile of [http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-167.pdf ECMA-167]) | * [http://www.osta.org/specs/pdf/udf260.pdf UDF] filesystem (a profile of [http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-167.pdf ECMA-167]) | ||
* the structure of the UDF filesystem is in | * the structure of the UDF filesystem is in not encrypted | ||
* some files are encrypted (their data fall in the encrypted regions of the disc) | * some files are encrypted (their data fall in the encrypted regions of the disc) | ||
* some files are not encrypted ( | * some files are not encrypted (thei fata fall in the non-encrypted regions of the disc) | ||
* as a consequence if the disc is mounted directly, the filesystem file structure is readable and some files are readable but some other files content appears as garbage. | * as a consequence if the disc is mounted directly, the filesystem file structure is readable and some files are readable but some other files content appears as garbage. | ||
Line 268: | Line 267: | ||
!Example | !Example | ||
!Versions | !Versions | ||
|- | |- | ||
|4B | |4B | ||
Line 274: | Line 272: | ||
|Magic string ("3IRD") | |Magic string ("3IRD") | ||
|3IRD | |3IRD | ||
| | | | ||
|- | |- | ||
Line 281: | Line 278: | ||
|Version | |Version | ||
|6, 7, 8, 9 | |6, 7, 8, 9 | ||
| | | | ||
|- | |- | ||
|9B | |9B | ||
|string | |string | ||
| | |Game ID | ||
|BCES01584 | |BCES01584 | ||
| | | | ||
|- | |- | ||
|var | |var | ||
|string | |string | ||
| | |Game name | ||
|The Last Of Us | |The Last Of Us | ||
| | | | ||
|- | |- | ||
|4B | |4B | ||
|string | |string | ||
| | |Update version | ||
|4.41 | |4.41 | ||
| | | | ||
|- | |- | ||
|5B | |5B | ||
|string | |string | ||
| | |Game version | ||
|4.41 | |4.41 | ||
| | | | ||
|- | |- | ||
|5B | |5B | ||
|string | |string | ||
| App version | |App version | ||
|01.00 | |01.00 | ||
| | | | ||
|- | |- | ||
|4B | |4B | ||
Line 324: | Line 315: | ||
| | | | ||
|v=7 | |v=7 | ||
|- | |- | ||
|var | |var | ||
|compressed | |compressed | ||
|Header | |Header | ||
| | | | ||
| | | | ||
Line 336: | Line 325: | ||
|compressed | |compressed | ||
|Footer | |Footer | ||
| | | | ||
| | | | ||
Line 343: | Line 331: | ||
|uint | |uint | ||
|Region count | |Region count | ||
| | | | ||
| | | | ||
Line 358: | Line 345: | ||
|… | |… | ||
|… | |… | ||
|- | |- | ||
|4B | |4B | ||
|uint | |uint | ||
|File count | |File count | ||
| | | | ||
| | | | ||
Line 372: | Line 357: | ||
| | | | ||
| | | | ||
|- | |- | ||
|16B | |16B | ||
Line 385: | Line 369: | ||
|… | |… | ||
|… | |… | ||
|- | |- | ||
|4B | |4B | ||
Line 398: | Line 381: | ||
| | | | ||
|v=9 | |v=9 | ||
|- | |- | ||
|16B | |16B | ||
|bytes | |bytes | ||
|Data 1 | |Data 1 | ||
| | | | ||
| | | | ||
Line 410: | Line 391: | ||
|bytes | |bytes | ||
|Data 2 | |Data 2 | ||
| | | | ||
| | | | ||
Line 419: | Line 399: | ||
| | | | ||
|v<9 | |v<9 | ||
|- | |- | ||
|4B | |4B | ||
Line 430: | Line 409: | ||
|uint | |uint | ||
|CRC | |CRC | ||
| | | | ||
| | | | ||
Line 436: | Line 414: | ||
Compressed data are compressed with gzip and prefixed with a length (uint32). | Compressed data are compressed with gzip and prefixed with a length (uint32). | ||
== References == | == References == |