C# 클래스 BananaHook.Infrastructure.MemoryPageProtector

파일 보기 프로젝트 열기: sgraf812/BananaHook 1 사용 예제들

공개 메소드들

메소드 설명
ExecuteWithProtection ( MemoryProtectionConstraints requestedProtection, System.Action action ) : void
MemoryPageProtector ( IMemoryProtection protection, IntPtr address, IntPtr length ) : System

메소드 상세

ExecuteWithProtection() 공개 메소드

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

MemoryPageProtector() 공개 메소드

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