C# Class Hackery.MemoryManagement

Provides memory management convenience functions.
Mostrar archivo Open project: cartman300/Hackery Class Usage Examples

Public Methods

Method Description
Protect ( IntPtr address, int size, MemProtection newProtection ) : VirtualProtectHandle

Method Details

Protect() public static method

public static Protect ( IntPtr address, int size, MemProtection newProtection ) : VirtualProtectHandle
address System.IntPtr
size int
newProtection MemProtection
return VirtualProtectHandle