Fix for GTAV exe update

This commit is contained in:
dexy 2023-12-13 09:17:43 +11:00
parent b55458b113
commit f473fb6a5d

View File

@ -739,7 +739,7 @@ namespace CodeWalker.GameFiles
public static class HashSearch
{
private const long BLOCK_LENGTH = 1048576;
private const long ALIGN_LENGTH = 16;
private const long ALIGN_LENGTH = 8;
public static byte[] SearchHash(Stream stream, byte[] hash, int length = 32)
{