Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c1c25b5f5e | ||
|
|
c175fedbdb | ||
|
|
f7879bf9e8 | ||
|
|
fed9d6ea57 | ||
|
|
41946b6bc5 | ||
|
|
d585c4b534 | ||
|
|
1886e14a9b | ||
|
|
e8f4d88711 | ||
|
|
0dbc483a91 | ||
|
|
b6bb5f0582 | ||
|
|
ea3f6d3f96 | ||
|
|
4aa6aca25e | ||
|
|
a93c727ba2 | ||
|
|
55cab8202d | ||
|
|
1fa7380f06 | ||
|
|
a0acd91a55 | ||
|
|
6edb959e49 | ||
|
|
96b36fcabe | ||
|
|
9d03dbb7b1 | ||
|
|
c7b49d0c80 | ||
|
|
5ce81f9663 | ||
|
|
f74220efea | ||
|
|
6e529f0050 | ||
|
|
b862057123 | ||
|
|
cf19596ea7 | ||
|
|
6af41a9bb3 | ||
|
|
89c23622bd | ||
|
|
8ab6a9d694 | ||
|
|
bc3df52e75 | ||
|
|
23f8dce272 | ||
|
|
8e45432aab | ||
|
|
e9bb0ae00a | ||
|
|
4116c56b7d | ||
|
|
e30ac0961a | ||
|
|
1ef9f06e35 | ||
|
|
563b05b44f | ||
|
|
07a3a3a7f1 | ||
|
|
df9bb8c7f2 | ||
|
|
1a74e8fed0 | ||
|
|
e6f6d1f41a | ||
|
|
2fe56e994e | ||
|
|
e910312d6e | ||
|
|
26bde9d753 | ||
|
|
c1fa640e0b | ||
|
|
ec6caca3e9 | ||
|
|
8ccbc8430c | ||
|
|
a036481560 | ||
|
|
ba7bacc11c | ||
|
|
8b82ec3d4e | ||
|
|
0443ba5b9f | ||
|
|
493c92220a | ||
|
|
602394a182 | ||
|
|
338f7a00b7 | ||
|
|
7f9fd1c9d6 |
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "DiscUtils"]
|
||||||
|
path = LibIRD/DiscUtils
|
||||||
|
url = https://github.com/Deterous/DiscUtils
|
||||||
+12
-9
@@ -3,19 +3,20 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Assembly Properties -->
|
<!-- Assembly Properties -->
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<PackAsTool>true</PackAsTool>
|
<TargetName>irdkit</TargetName>
|
||||||
<ToolCommandName>irdkit</ToolCommandName>
|
<AssemblyName>irdkit</AssemblyName>
|
||||||
<PackageOutputPath>./nupkg</PackageOutputPath>
|
|
||||||
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
|
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
|
||||||
<RuntimeIdentifiers>win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
|
<RuntimeIdentifiers>win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
|
||||||
|
<CheckEolTargetFramework>false</CheckEolTargetFramework>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
|
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
|
||||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||||
<Version>0.2.0</Version>
|
<Version>0.9.0</Version>
|
||||||
|
|
||||||
<!-- Package Properties -->
|
<!-- Package Properties -->
|
||||||
<Authors>Deterous</Authors>
|
<Authors>Deterous</Authors>
|
||||||
<Description>Library for ISO Rebuild Data</Description>
|
<Description>Library for ISO Rebuild Data</Description>
|
||||||
<Copyright>Copyright (c) Deterous 2023</Copyright>
|
<Copyright>Copyright (c) Deterous 2023-2024</Copyright>
|
||||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
<RepositoryUrl>https://github.com/Deterous/LibIRD</RepositoryUrl>
|
<RepositoryUrl>https://github.com/Deterous/LibIRD</RepositoryUrl>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
@@ -28,11 +29,13 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\LibIRD\LibIRD.csproj" />
|
|
||||||
<PackageReference Include="CommandLineParser" Version="2.9.1" />
|
<PackageReference Include="CommandLineParser" Version="2.9.1" />
|
||||||
<PackageReference Include="DiscUtils.Core" Version="0.16.13" />
|
<PackageReference Include="SabreTools.Hashing" Version="1.1.4" />
|
||||||
<PackageReference Include="DiscUtils.Iso9660" Version="0.16.13" />
|
<PackageReference Include="SabreTools.RedumpLib" Version="1.3.4" />
|
||||||
<PackageReference Include="SabreTools.RedumpLib" Version="1.3.1" />
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\LibIRD\LibIRD.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
+912
-143
File diff suppressed because it is too large
Load Diff
+40
-6
@@ -1,7 +1,41 @@
|
|||||||
## How to use IRDKit
|
# How to use IRDKit
|
||||||
|
|
||||||
IRDKit is a tool that allows direct use of LibIRD functionality from the command line interface. The basic usage is:
|
IRDKit is a tool that allows direct use of LibIRD functionality from the command line interface.
|
||||||
```
|
For full help instructions, run `irdkit help`
|
||||||
irdkit game.iso game.ird
|
|
||||||
```
|
## Creating ISOs
|
||||||
For detailed usage, run `irdkit --help`
|
|
||||||
|
For all options, run `irdkit help create`
|
||||||
|
|
||||||
|
To create an IRD from an ISO, run `irdkit create game.iso`
|
||||||
|
Multiple ISOs can be processed at once with `irdkit create game1.iso game2.iso`
|
||||||
|
Or a whole directory of ISOs can be processed with `irdkit create ./ISO`, or recursively with `irdkit create -r ./ISO`
|
||||||
|
|
||||||
|
The IRD will be created in the same folder as the ISO, with the same filename.
|
||||||
|
A different IRD path and/or filename can be defined with `-o` or `--output=`
|
||||||
|
|
||||||
|
### Key
|
||||||
|
By default, IRDs will be created by pulling keys from redump.org
|
||||||
|
A key can be manually provided with `-k` or `--key=`
|
||||||
|
A key file can be provided with `-f game.key` or `--key-file=`
|
||||||
|
A key from GetKey log file can be used with `-l game.getkey.log` or `--getkey-log=`
|
||||||
|
|
||||||
|
### PIC
|
||||||
|
By default, a PIC will be generated assuming a default layerbreak
|
||||||
|
A layerbreak value can be provided with `-b` or `--layerbreak=`
|
||||||
|
A PIC from a GetKey log file can be used with `-l game.getkey.log` or `--getkey-log=`
|
||||||
|
|
||||||
|
## Printing info
|
||||||
|
|
||||||
|
For all options, run `irdkit help info`
|
||||||
|
|
||||||
|
To print info about an ISO or IRD file, run `irdkit info game.iso` or `irdkit info game.ird`
|
||||||
|
The info can be printed to a file, e.g. `-o out.txt` or `--output=`
|
||||||
|
The info can be formatted as a JSON with `-j` or `--json`
|
||||||
|
|
||||||
|
## Comparing IRDs
|
||||||
|
|
||||||
|
For all options, run `irdkit help diff`
|
||||||
|
|
||||||
|
To compare two IRDs, run `irdkit diff game1.ird game2.ird`
|
||||||
|
The comparison can be printed to a file, e.g. `-o out.txt` or `--output=`
|
||||||
|
|||||||
+10
@@ -7,6 +7,16 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibIRD", "LibIRD\LibIRD.csp
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IRDKit", "IRDKit\IRDKit.csproj", "{9060E3AF-E4FB-436F-93A1-5C47389CB88E}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IRDKit", "IRDKit\IRDKit.csproj", "{9060E3AF-E4FB-436F-93A1-5C47389CB88E}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A8BB1F9F-FC8E-471C-9647-6FFF91D63BA7}"
|
||||||
|
ProjectSection(SolutionItems) = preProject
|
||||||
|
.gitattributes = .gitattributes
|
||||||
|
.gitignore = .gitignore
|
||||||
|
.gitmodules = .gitmodules
|
||||||
|
LICENSE.txt = LICENSE.txt
|
||||||
|
publish-irdkit.ps1 = publish-irdkit.ps1
|
||||||
|
README.md = README.md
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
|||||||
Submodule
+1
Submodule LibIRD/DiscUtils added at 445a572137
+549
-225
File diff suppressed because it is too large
Load Diff
+16
-7
@@ -2,21 +2,32 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Assembly Properties -->
|
<!-- Assembly Properties -->
|
||||||
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
|
|
||||||
<RuntimeIdentifiers>win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
|
<RuntimeIdentifiers>win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
|
||||||
|
<CheckEolTargetFramework>false</CheckEolTargetFramework>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
|
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
|
||||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||||
<Version>0.2.0</Version>
|
<Version>0.9.0</Version>
|
||||||
|
<PackageOutputPath>../nupkg</PackageOutputPath>
|
||||||
|
|
||||||
<!-- Package Properties -->
|
<!-- Package Properties -->
|
||||||
<Authors>Deterous</Authors>
|
<Authors>Deterous</Authors>
|
||||||
<Description>Library for ISO Rebuild Data</Description>
|
<Description>Library for ISO Rebuild Data</Description>
|
||||||
<Copyright>Copyright (c) Deterous 2023</Copyright>
|
<Copyright>Copyright (c) Deterous 2023-2024</Copyright>
|
||||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
<RepositoryUrl>https://github.com/Deterous/LibIRD/</RepositoryUrl>
|
<RepositoryUrl>https://github.com/Deterous/LibIRD/</RepositoryUrl>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
<PackageTags>ps3 iso ird redump</PackageTags>
|
<PackageTags>ps3 iso ird redump</PackageTags>
|
||||||
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
|
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
|
||||||
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<PropertyGroup Condition="$(RuntimeIdentifier.StartsWith(`osx-arm`))">
|
||||||
|
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<PropertyGroup Condition="!$(RuntimeIdentifier.StartsWith(`osx-arm`))">
|
||||||
|
<TargetFrameworks>net20;net35;net40;net452;net462;net472;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@@ -24,10 +35,8 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="DiscUtils.Core" Version="0.16.13" />
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||||||
<PackageReference Include="DiscUtils.Iso9660" Version="0.16.13" />
|
<PackageReference Include="SabreTools.Hashing" Version="1.1.4" />
|
||||||
<PackageReference Include="DiscUtils.Streams" Version="0.16.13" />
|
|
||||||
<PackageReference Include="System.IO.Hashing" Version="8.0.0" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Text.Json;
|
using Newtonsoft.Json;
|
||||||
|
|
||||||
namespace LibIRD
|
namespace LibIRD
|
||||||
{
|
{
|
||||||
@@ -33,12 +33,8 @@ namespace LibIRD
|
|||||||
/// Constructor using a PARAM.SFO file path
|
/// Constructor using a PARAM.SFO file path
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="sfbPath">Full file path to the PS3_DISC.SFB file</param>
|
/// <param name="sfbPath">Full file path to the PS3_DISC.SFB file</param>
|
||||||
/// <exception cref="ArgumentNullException"></exception>
|
|
||||||
public PS3_DiscSFB(string sfbPath)
|
public PS3_DiscSFB(string sfbPath)
|
||||||
{
|
{
|
||||||
// Validate file path
|
|
||||||
ArgumentNullException.ThrowIfNull(sfbPath, nameof(sfbPath));
|
|
||||||
|
|
||||||
// Read file as a stream, and parse file
|
// Read file as a stream, and parse file
|
||||||
using FileStream fs = new(sfbPath, FileMode.Open, FileAccess.Read);
|
using FileStream fs = new(sfbPath, FileMode.Open, FileAccess.Read);
|
||||||
Parse(fs);
|
Parse(fs);
|
||||||
@@ -72,7 +68,7 @@ namespace LibIRD
|
|||||||
// Read SFB file version
|
// Read SFB file version
|
||||||
byte[] buf = br.ReadBytes(2);
|
byte[] buf = br.ReadBytes(2);
|
||||||
Array.Reverse(buf);
|
Array.Reverse(buf);
|
||||||
Version = BitConverter.ToUInt16(buf);
|
Version = BitConverter.ToUInt16(buf, 0);
|
||||||
|
|
||||||
// Process all field headers
|
// Process all field headers
|
||||||
sfbStream.Seek(0x20, SeekOrigin.Begin);
|
sfbStream.Seek(0x20, SeekOrigin.Begin);
|
||||||
@@ -103,10 +99,13 @@ namespace LibIRD
|
|||||||
/// Prints formatted parameters extracted from PS3_DISC.SFB to console
|
/// Prints formatted parameters extracted from PS3_DISC.SFB to console
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="printPath">Optionally print to text file</param>
|
/// <param name="printPath">Optionally print to text file</param>
|
||||||
public void Print(string printPath = null)
|
public void Print(string printPath = null, string isoName = null)
|
||||||
{
|
{
|
||||||
// Build string from parameters
|
// Build string from parameters
|
||||||
StringBuilder printText = new();
|
StringBuilder printText = new();
|
||||||
|
if (isoName != null)
|
||||||
|
printText.AppendLine($"PS3_DISC.SFB Contents: {isoName}");
|
||||||
|
else
|
||||||
printText.AppendLine("PS3_DISC.SFB Contents:");
|
printText.AppendLine("PS3_DISC.SFB Contents:");
|
||||||
printText.AppendLine("======================");
|
printText.AppendLine("======================");
|
||||||
|
|
||||||
@@ -139,7 +138,7 @@ namespace LibIRD
|
|||||||
public void PrintJson(string jsonPath = null)
|
public void PrintJson(string jsonPath = null)
|
||||||
{
|
{
|
||||||
// Serialise PS3_Disc.SFB data to a JSON object
|
// Serialise PS3_Disc.SFB data to a JSON object
|
||||||
string json = JsonSerializer.Serialize(Field, new JsonSerializerOptions { WriteIndented = true });
|
string json = JsonConvert.SerializeObject(Field, Formatting.Indented);
|
||||||
|
|
||||||
// If no path given, output to console
|
// If no path given, output to console
|
||||||
if (jsonPath == null)
|
if (jsonPath == null)
|
||||||
|
|||||||
+7
-9
@@ -2,7 +2,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Text.Json;
|
using Newtonsoft.Json;
|
||||||
|
|
||||||
namespace LibIRD
|
namespace LibIRD
|
||||||
{
|
{
|
||||||
@@ -43,13 +43,8 @@ namespace LibIRD
|
|||||||
/// Constructor using a PARAM.SFO file path
|
/// Constructor using a PARAM.SFO file path
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="sfoPath">Full file path to the PARAM.SFO file</param>
|
/// <param name="sfoPath">Full file path to the PARAM.SFO file</param>
|
||||||
/// <exception cref="ArgumentNullException"></exception>
|
|
||||||
public ParamSFO(string sfoPath)
|
public ParamSFO(string sfoPath)
|
||||||
{
|
{
|
||||||
// Validate file path
|
|
||||||
if (sfoPath == null || sfoPath.Length <= 0)
|
|
||||||
throw new ArgumentNullException(nameof(sfoPath));
|
|
||||||
|
|
||||||
// Read file as a stream, and parse file
|
// Read file as a stream, and parse file
|
||||||
using FileStream fs = new(sfoPath, FileMode.Open, FileAccess.Read);
|
using FileStream fs = new(sfoPath, FileMode.Open, FileAccess.Read);
|
||||||
Parse(fs);
|
Parse(fs);
|
||||||
@@ -127,12 +122,15 @@ namespace LibIRD
|
|||||||
/// Prints formatted parameters extracted from PARAM.SFO to console
|
/// Prints formatted parameters extracted from PARAM.SFO to console
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="printPath">Optionally print to text file</param>
|
/// <param name="printPath">Optionally print to text file</param>
|
||||||
public void Print(string printPath = null)
|
public void Print(string printPath = null, string isoName = null)
|
||||||
{
|
{
|
||||||
// Build string from parameters
|
// Build string from parameters
|
||||||
StringBuilder printText = new();
|
StringBuilder printText = new();
|
||||||
|
if (isoName != null)
|
||||||
|
printText.AppendLine($"PARAM.SFO Contents: {isoName}");
|
||||||
|
else
|
||||||
printText.AppendLine("PARAM.SFO Contents:");
|
printText.AppendLine("PARAM.SFO Contents:");
|
||||||
printText.AppendLine("====================");
|
printText.AppendLine("===================");
|
||||||
|
|
||||||
// Loop through all parameters in PARAM.SFO
|
// Loop through all parameters in PARAM.SFO
|
||||||
foreach (KeyValuePair<string, string> field in Field)
|
foreach (KeyValuePair<string, string> field in Field)
|
||||||
@@ -163,7 +161,7 @@ namespace LibIRD
|
|||||||
public void PrintJson(string jsonPath = null)
|
public void PrintJson(string jsonPath = null)
|
||||||
{
|
{
|
||||||
// Serialise PS3_Disc.SFB data to a JSON object
|
// Serialise PS3_Disc.SFB data to a JSON object
|
||||||
string json = JsonSerializer.Serialize(Field, new JsonSerializerOptions { WriteIndented = true });
|
string json = JsonConvert.SerializeObject(Field, Formatting.Indented);
|
||||||
|
|
||||||
// If no path given, output to console
|
// If no path given, output to console
|
||||||
if (jsonPath == null)
|
if (jsonPath == null)
|
||||||
|
|||||||
+33
-76
@@ -1,6 +1,5 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.IO.Hashing;
|
|
||||||
|
|
||||||
namespace LibIRD
|
namespace LibIRD
|
||||||
{
|
{
|
||||||
@@ -51,15 +50,6 @@ namespace LibIRD
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class ReIRD : IRD
|
public class ReIRD : IRD
|
||||||
{
|
{
|
||||||
#region Properties
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// ISO file size
|
|
||||||
/// </summary>
|
|
||||||
private long Size { get; set; }
|
|
||||||
|
|
||||||
#endregion
|
|
||||||
|
|
||||||
#region Constructors
|
#region Constructors
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -67,26 +57,7 @@ namespace LibIRD
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="isoPath">Path to the ISO</param>
|
/// <param name="isoPath">Path to the ISO</param>
|
||||||
/// <param name="getKeyLog">Path to the GetKey log file</param>
|
/// <param name="getKeyLog">Path to the GetKey log file</param>
|
||||||
/// <param name="layerbreak">Layerbreak value, in sectors</param>
|
public ReIRD(string isoPath, string getKeyLog) : base(isoPath, getKeyLog, true) { }
|
||||||
/// <exception cref="InvalidDataException"></exception>
|
|
||||||
public ReIRD(string isoPath, string getKeyLog, long? layerbreak = null) : base(isoPath, getKeyLog, true)
|
|
||||||
{
|
|
||||||
// Generate Unique Identifier using ISO CRC32
|
|
||||||
UID = GenerateUID(isoPath);
|
|
||||||
|
|
||||||
// Determine ISO file size
|
|
||||||
Size = CalculateSize(isoPath);
|
|
||||||
|
|
||||||
// Generate Data 2 using Disc ID
|
|
||||||
DiscID = GenerateID(Size);
|
|
||||||
|
|
||||||
// Generate Disc PIC
|
|
||||||
byte[] pic = GeneratePIC(Size, layerbreak * SectorSize);
|
|
||||||
|
|
||||||
// Check that GetKey log matches expected PIC
|
|
||||||
if (!((ReadOnlySpan<byte>)PIC).SequenceEqual(pic))
|
|
||||||
throw new InvalidDataException("Unexpected PIC in .getkey.log");
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Constructor with optional additional region to generate a specific Disc ID
|
/// Constructor with optional additional region to generate a specific Disc ID
|
||||||
@@ -94,23 +65,24 @@ namespace LibIRD
|
|||||||
/// <param name="isoPath">Path to the ISO</param>
|
/// <param name="isoPath">Path to the ISO</param>
|
||||||
/// <param name="key">Disc Key, redump-style (AES encrypted Data 1)</param>
|
/// <param name="key">Disc Key, redump-style (AES encrypted Data 1)</param>
|
||||||
/// <param name="layerbreak">Layerbreak value, in sectors</param>
|
/// <param name="layerbreak">Layerbreak value, in sectors</param>
|
||||||
|
/// <param name="uid">Unique ID, crc32 hash of ISO</param>
|
||||||
/// <param name="region">Disc Region</param>
|
/// <param name="region">Disc Region</param>
|
||||||
public ReIRD(string isoPath, byte[] key, long? layerbreak = null, Region region = Region.NONE)
|
public ReIRD(string isoPath, byte[] key, long? layerbreak = null, uint? uid = null, Region region = Region.NONE) : base()
|
||||||
{
|
{
|
||||||
// Generate Unique Identifier using ISO CRC32
|
// If the ISO CRC32 is provided, use it as the Unique ID
|
||||||
UID = GenerateUID(isoPath);
|
UID = uid == null ? 0x00000000 : (uint)uid;
|
||||||
|
|
||||||
// Determine ISO file size
|
// Determine ISO file size
|
||||||
Size = CalculateSize(isoPath);
|
long size = CalculateSize(isoPath);
|
||||||
|
|
||||||
// Set Disc Key
|
// Set Disc Key
|
||||||
DiscKey = key;
|
DiscKey = key;
|
||||||
|
|
||||||
// Generate Data 2 using Disc ID
|
// Generate Data 2 using Disc ID
|
||||||
DiscID = GenerateID(Size, region);
|
DiscID = GenerateID(size, region);
|
||||||
|
|
||||||
// Generate Disc PIC
|
// Generate Disc PIC
|
||||||
PIC = GeneratePIC(Size, layerbreak * SectorSize);
|
PIC = GeneratePIC(isoPath, size, layerbreak * SectorSize);
|
||||||
|
|
||||||
// Generate IRD fields
|
// Generate IRD fields
|
||||||
GenerateIRD(isoPath, true);
|
GenerateIRD(isoPath, true);
|
||||||
@@ -143,12 +115,13 @@ namespace LibIRD
|
|||||||
/// <param name="layerbreak">Layer break value, byte at which disc layers are split across</param>
|
/// <param name="layerbreak">Layer break value, byte at which disc layers are split across</param>
|
||||||
/// <param name="exactIRD">True to generate a PIC in 3k3y style (0x03 at 115th byte for BD-50 discs)</param>
|
/// <param name="exactIRD">True to generate a PIC in 3k3y style (0x03 at 115th byte for BD-50 discs)</param>
|
||||||
/// <exception cref="ArgumentException"></exception>
|
/// <exception cref="ArgumentException"></exception>
|
||||||
private static byte[] GeneratePIC(long size, long? layerbreak = null, bool exactIRD = false)
|
private static byte[] GeneratePIC(string isoPath, long size, long? layerbreak = null, bool exactIRD = false)
|
||||||
{
|
{
|
||||||
// Validate size
|
// Validate size
|
||||||
if (size <= 0 || (size % SectorSize) != 0)
|
if (size <= 0 || (size % SectorSize) != 0)
|
||||||
throw new ArgumentException("ISO Size in bytes must be a positive integer multiple of 2048", nameof(size));
|
throw new ArgumentException("ISO Size in bytes must be a positive integer multiple of 2048", nameof(size));
|
||||||
// Validate layerbreak
|
|
||||||
|
// Validate provided layerbreak
|
||||||
if (layerbreak != null)
|
if (layerbreak != null)
|
||||||
{
|
{
|
||||||
if (layerbreak <= 0 || (layerbreak >= size))
|
if (layerbreak <= 0 || (layerbreak >= size))
|
||||||
@@ -156,8 +129,16 @@ namespace LibIRD
|
|||||||
if (layerbreak >= 2 * BDLayerSize || layerbreak % SectorSize != 0)
|
if (layerbreak >= 2 * BDLayerSize || layerbreak % SectorSize != 0)
|
||||||
throw new ArgumentException("Unexpected layerbreak value", nameof(size));
|
throw new ArgumentException("Unexpected layerbreak value", nameof(size));
|
||||||
}
|
}
|
||||||
// If layerbreak value was not set, assume it is a non-hybrid disc with default layerbreak
|
else if (size > BDLayerSize)
|
||||||
long layer_break = layerbreak ?? BDLayerSize;
|
{
|
||||||
|
// If no layerbreak provided, ensure ISO is not BD-Video hybrid
|
||||||
|
using FileStream fs = new FileStream(isoPath, FileMode.Open, FileAccess.Read) ?? throw new FileNotFoundException(isoPath);
|
||||||
|
DiscUtils.Iso9660.CDReader reader = new(fs);
|
||||||
|
if (reader.DirectoryExists("\\BDMV"))
|
||||||
|
throw new ArgumentException("Layerbreak must be provided for BD-Video hybrid discs");
|
||||||
|
// Assume disc has default layerbreak
|
||||||
|
layerbreak = BDLayerSize;
|
||||||
|
}
|
||||||
|
|
||||||
// Generate the PIC based on the size and layerbreak of the ISO
|
// Generate the PIC based on the size and layerbreak of the ISO
|
||||||
byte[] pic;
|
byte[] pic;
|
||||||
@@ -167,7 +148,7 @@ namespace LibIRD
|
|||||||
long l0_start_sector = 1048576;
|
long l0_start_sector = 1048576;
|
||||||
|
|
||||||
// Layer 0 end sector = start sector + layerbreak - 2
|
// Layer 0 end sector = start sector + layerbreak - 2
|
||||||
long l0_end_sector = (layer_break / SectorSize) + l0_start_sector - 2;
|
long l0_end_sector = ((long)layerbreak / SectorSize) + l0_start_sector - 2;
|
||||||
// Convert end sector location to hex values for PIC
|
// Convert end sector location to hex values for PIC
|
||||||
byte[] l0es = [(byte)((l0_end_sector >> 24) & 0xFF),
|
byte[] l0es = [(byte)((l0_end_sector >> 24) & 0xFF),
|
||||||
(byte)((l0_end_sector >> 16) & 0xFF),
|
(byte)((l0_end_sector >> 16) & 0xFF),
|
||||||
@@ -175,7 +156,7 @@ namespace LibIRD
|
|||||||
(byte)((l0_end_sector >> 0) & 0xFF)];
|
(byte)((l0_end_sector >> 0) & 0xFF)];
|
||||||
|
|
||||||
// Layer 1 start sector = end of disc (0x01EFFFFE) - layerbreak + 2
|
// Layer 1 start sector = end of disc (0x01EFFFFE) - layerbreak + 2
|
||||||
long l1_start_sector = 32505854 - (layer_break / SectorSize) + 2;
|
long l1_start_sector = 32505854 - ((long)layerbreak! / SectorSize) + 2;
|
||||||
// Convert start of start sector location to hex values for PIC
|
// Convert start of start sector location to hex values for PIC
|
||||||
byte[] l1ss = [(byte)((l1_start_sector >> 24) & 0xFF),
|
byte[] l1ss = [(byte)((l1_start_sector >> 24) & 0xFF),
|
||||||
(byte)((l1_start_sector >> 16) & 0xFF),
|
(byte)((l1_start_sector >> 16) & 0xFF),
|
||||||
@@ -249,48 +230,24 @@ namespace LibIRD
|
|||||||
return pic;
|
return pic;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Generates the UID field by computing the CRC32 hash of the ISO
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="isoPath">Path to the ISO</param>
|
|
||||||
/// <exception cref="ArgumentNullException"></exception>
|
|
||||||
/// <exception cref="FileNotFoundException"></exception>
|
|
||||||
private static uint GenerateUID(string isoPath)
|
|
||||||
{
|
|
||||||
// Validate ISO path
|
|
||||||
ArgumentNullException.ThrowIfNull(isoPath, nameof(isoPath));
|
|
||||||
|
|
||||||
// Check file exists
|
|
||||||
var iso = new FileInfo(isoPath);
|
|
||||||
if (!iso.Exists)
|
|
||||||
throw new FileNotFoundException(nameof(isoPath));
|
|
||||||
|
|
||||||
// Compute CRC32 hash
|
|
||||||
byte[] crc32;
|
|
||||||
using (FileStream fs = File.OpenRead(isoPath))
|
|
||||||
{
|
|
||||||
Crc32 hasher = new();
|
|
||||||
hasher.Append(fs);
|
|
||||||
crc32 = hasher.GetCurrentHash();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Redump ISO CRC32 hash is used as the Unique ID in the reproducible IRD
|
|
||||||
return BitConverter.ToUInt32(crc32, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Calculates ISO file size
|
/// Calculates ISO file size
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="isoPath">Path to the ISO</param>
|
/// <param name="isoPath">Path to the ISO</param>
|
||||||
/// <exception cref="ArgumentNullException"></exception>
|
/// <exception cref="ArgumentException"></exception>
|
||||||
/// <exception cref="FileNotFoundException"></exception>
|
/// <exception cref="FileNotFoundException"></exception>
|
||||||
private static long CalculateSize(string isoPath)
|
private static long CalculateSize(string isoPath)
|
||||||
{
|
{
|
||||||
// Validate ISO path
|
|
||||||
ArgumentNullException.ThrowIfNull(isoPath, nameof(isoPath));
|
|
||||||
|
|
||||||
// Check file exists
|
// Check file exists
|
||||||
var iso = new FileInfo(isoPath);
|
FileInfo iso;
|
||||||
|
try
|
||||||
|
{
|
||||||
|
iso = new FileInfo(isoPath);
|
||||||
|
}
|
||||||
|
catch (Exception e)
|
||||||
|
{
|
||||||
|
throw new ArgumentException("Invalid ISO Path: " + e.Message);
|
||||||
|
}
|
||||||
if (!iso.Exists)
|
if (!iso.Exists)
|
||||||
throw new FileNotFoundException(nameof(isoPath));
|
throw new FileNotFoundException(nameof(isoPath));
|
||||||
|
|
||||||
|
|||||||
@@ -8,16 +8,15 @@ IRD files contain a summary of what data is on a PlayStation 3 disc. It can be u
|
|||||||
|
|
||||||
## How to use IRDKit
|
## How to use IRDKit
|
||||||
|
|
||||||
IRDKit is a tool that allows direct use of LibIRD functionality from the command line interface. The basic usage is:
|
IRDKit is a tool that allows direct use of LibIRD functionality from a command line interface. The basic usage is:
|
||||||
```
|
- Printing info about an ISO: `irdkit info game.iso`
|
||||||
irdkit create game.iso
|
- Printing info about all ISOs and IRDs in a folder: `irdkit info .`
|
||||||
```
|
- Creating an IRD from an ISO: `irdkit create game.iso`
|
||||||
|
- Finding differences between two IRDs: `irdkit diff game1.ird game2.ird`
|
||||||
|
- Renaming a folder of IRDs using a redump DAT: `irdkit rename -d redump.dat IRDs\`
|
||||||
|
|
||||||
For detailed usage, read more [here](IRDKit).
|
For detailed usage, read more [here](IRDKit).
|
||||||
|
|
||||||
## Using the LibIRD library
|
## Using the LibIRD library
|
||||||
|
|
||||||
LibIRD was originally made for creating reproducible, redump-style IRDs when dumping PS3 discs with [MPF](https://github.com/SabreTools/MPF). If you wish to integrate LibIRD into your own application, read the examples [here](LibIRD).
|
LibIRD was originally made for creating reproducible, redump-style IRDs when dumping PS3 discs with [MPF](https://github.com/SabreTools/MPF). If you wish to integrate LibIRD into your own application, read the examples [here](LibIRD).
|
||||||
|
|
||||||
## Limitations
|
|
||||||
|
|
||||||
Currently, LibIRD does not produce correct IRDs for ISOs with non-contiguous files. Therefore, do not consider this library "stable" until v1.0.0 is released.
|
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
dotnet publish -c Release -f net8.0 -r win-x86 --self-contained=false -p:PublishSingleFile=true -p:DebugType=None IRDKit\IRDKit.csproj
|
||||||
|
dotnet publish -c Release -f net8.0 -r win-x64 --self-contained=false -p:PublishSingleFile=true -p:DebugType=None IRDKit\IRDKit.csproj
|
||||||
|
dotnet publish -c Release -f net8.0 -r win-arm64 --self-contained=false -p:PublishSingleFile=true -p:DebugType=None IRDKit\IRDKit.csproj
|
||||||
|
dotnet publish -c Release -f net8.0 -r linux-x64 --self-contained=false -p:PublishSingleFile=true -p:DebugType=None IRDKit\IRDKit.csproj
|
||||||
|
dotnet publish -c Release -f net8.0 -r linux-arm64 --self-contained=false -p:PublishSingleFile=true -p:DebugType=None IRDKit\IRDKit.csproj
|
||||||
|
dotnet publish -c Release -f net8.0 -r osx-x64 --self-contained=false -p:PublishSingleFile=true -p:DebugType=None IRDKit\IRDKit.csproj
|
||||||
|
dotnet publish -c Release -f net8.0 -r osx-arm64 --self-contained=false -p:PublishSingleFile=true -p:DebugType=None IRDKit\IRDKit.csproj
|
||||||
|
|
||||||
|
Compress-Archive -Path "./IRDKit/bin/Release/net8.0/win-x86/publish/irdkit.exe" -Destination "./irdkit-win-x86.zip" -CompressionLevel "Optimal"
|
||||||
|
Compress-Archive -Path "./IRDKit/bin/Release/net8.0/win-x64/publish/irdkit.exe" -Destination "./irdkit-win-x64.zip" -CompressionLevel "Optimal"
|
||||||
|
Compress-Archive -Path "./IRDKit/bin/Release/net8.0/win-arm64/publish/irdkit.exe" -Destination "./irdkit-win-arm64.zip" -CompressionLevel "Optimal"
|
||||||
|
Compress-Archive -Path "./IRDKit/bin/Release/net8.0/linux-x64/publish/irdkit" -Destination "./irdkit-linux-x64.zip" -CompressionLevel "Optimal"
|
||||||
|
Compress-Archive -Path "./IRDKit/bin/Release/net8.0/linux-arm64/publish/irdkit" -Destination "./irdkit-linux-arm64.zip" -CompressionLevel "Optimal"
|
||||||
|
Compress-Archive -Path "./IRDKit/bin/Release/net8.0/osx-x64/publish/irdkit" -Destination "./irdkit-osx-x64.zip" -CompressionLevel "Optimal"
|
||||||
|
Compress-Archive -Path "./IRDKit/bin/Release/net8.0/osx-arm64/publish/irdkit" -Destination "./irdkit-osx-arm64.zip" -CompressionLevel "Optimal"
|
||||||
Reference in New Issue
Block a user