Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Hackery
MemoryManagement
C# Class Hackery.MemoryManagement
Provides memory management convenience functions.
Afficher le fichier
Open project: cartman300/Hackery
Class Usage Examples
Méthodes publiques
Méthode
Description
Protect
(
IntPtr
address
,
int
size
,
MemProtection
newProtection
) :
VirtualProtectHandle
Method Details
Protect()
public
static
méthode
public
static
Protect
(
IntPtr
address
,
int
size
,
MemProtection
newProtection
) :
VirtualProtectHandle
address
System.IntPtr
size
int
newProtection
MemProtection
Résultat
VirtualProtectHandle