mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-13 23:25:48 +08:00
Fix for GTAV exe update
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user