C# Class BananaHook.Infrastructure.MemoryPageProtector

Datei anzeigen Open project: sgraf812/BananaHook Class Usage Examples

Public Methods

Method Description
ExecuteWithProtection ( MemoryProtectionConstraints requestedProtection, System.Action action ) : void
MemoryPageProtector ( IMemoryProtection protection, IntPtr address, IntPtr length ) : System

Method Details

ExecuteWithProtection() public method

public ExecuteWithProtection ( MemoryProtectionConstraints requestedProtection, System.Action action ) : void
requestedProtection MemoryProtectionConstraints
action System.Action
return void

MemoryPageProtector() public method

public MemoryPageProtector ( IMemoryProtection protection, IntPtr address, IntPtr length ) : System
protection IMemoryProtection
address System.IntPtr
length System.IntPtr
return System