mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2025-01-10 19:45:27 +08:00
Fix for GTAV exe update
This commit is contained in:
parent
b55458b113
commit
f473fb6a5d
@ -739,7 +739,7 @@ namespace CodeWalker.GameFiles
|
|||||||
public static class HashSearch
|
public static class HashSearch
|
||||||
{
|
{
|
||||||
private const long BLOCK_LENGTH = 1048576;
|
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)
|
public static byte[] SearchHash(Stream stream, byte[] hash, int length = 32)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user