-
-
Notifications
You must be signed in to change notification settings - Fork 24
Crypto.cs | ZeroMemory
HackTheDev edited this page May 3, 2021
·
1 revision
This can be used to remove the encryption key from memory.
[DllImport("KERNEL32.DLL", EntryPoint = "RtlZeroMemory")]
public static extern bool ZeroMemory(IntPtr Destination, int Length);
Copyright (c) Marcel Schalk - Patreon: Shy Devil