!BREAKING: Changed ComputeSHA256Hash to FileInfo
This commit is contained in:
parent
c05c2fdd73
commit
f53ce5d067
2 changed files with 23 additions and 20 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue