Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Hackery
MemoryManagement
C# Class Hackery.MemoryManagement
Provides memory management convenience functions.
Exibir arquivo
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