C# Класс AgaHackTools.Memory.MemoryProtection

Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
ChangeMemoryProtection ( MemoryProtectionFlags protection ) : MemoryProtectionFlags

Changes the protection on a region of committed pages in the virtual address space of a specified process.

Dispose ( ) : void

Restores the initial protection of the memory.

MemoryProtection ( SafeMemoryHandle handle, IntPtr address, int size, bool @internal = true, MemoryProtectionFlags protection = MemoryProtectionFlags.ExecuteReadWrite ) : System

Описание методов

ChangeMemoryProtection() публичный Метод

Changes the protection on a region of committed pages in the virtual address space of a specified process.
public ChangeMemoryProtection ( MemoryProtectionFlags protection ) : MemoryProtectionFlags
protection MemoryProtectionFlags The memory protection option.
Результат MemoryProtectionFlags

Dispose() публичный Метод

Restores the initial protection of the memory.
public Dispose ( ) : void
Результат void

MemoryProtection() публичный Метод

public MemoryProtection ( SafeMemoryHandle handle, IntPtr address, int size, bool @internal = true, MemoryProtectionFlags protection = MemoryProtectionFlags.ExecuteReadWrite ) : System
handle AgaHackTools.Main.Memory.SafeMemoryHandle
address System.IntPtr
size int
@internal bool
protection MemoryProtectionFlags
Результат System