!BREAKING: Changed ComputeSHA256Hash to FileInfo

This commit is contained in:
Mira 2023-04-24 14:48:58 +02:00
parent c05c2fdd73
commit f53ce5d067
Signed by untrusted user who does not match committer: Xorog
GPG key ID: 983798ED9C3E7C36
2 changed files with 23 additions and 20 deletions

View file

@ -10,9 +10,7 @@ public class WindowsUtils
var processHandle = kernel32.OpenProcess(0x0400 | 0x0010, false, pid);
if (processHandle == IntPtr.Zero)
{
return null;
}
const int lengthSb = 4000;