Skip to content

Commit 0cb2737

Browse files
committed
I definitely did NOT copy from ChatGPT. Why would I ever do that and then commit it?
1 parent 6329070 commit 0cb2737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Refresher/Patching/EbootPatcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ private static void FindDigestAroundCookie(BinaryReader reader, List<long> found
316316
public static string GeneratePpuHash(Stream stream)
317317
{
318318
stream.Position = 0;
319-
ELF<ulong> elfFile = ELFReader.Load<ulong>(stream, false); // Assuming ELF32. Change to Elf64 if needed.
319+
ELF<ulong> elfFile = ELFReader.Load<ulong>(stream, false);
320320

321321
using SHA1 hash = SHA1.Create();
322322
foreach (Segment<ulong>? segment in elfFile.Segments)

0 commit comments

Comments
 (0)