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
BananaHook
Specs
StubMemoryProtection
C# Class BananaHook.Specs.StubMemoryProtection
Inheritance:
IMemoryProtection
Exibir arquivo
Open project: sgraf812/BananaHook
Public Methods
Method
Description
VirtualProtect
(
IntPtr
lpAddress
,
IntPtr
dwSize
,
MemoryProtectionConstraints
flNewProtect
,
MemoryProtectionConstraints
&
pflOldProtect
) :
bool
Method Details
VirtualProtect()
public
method
public
VirtualProtect
(
IntPtr
lpAddress
,
IntPtr
dwSize
,
MemoryProtectionConstraints
flNewProtect
,
MemoryProtectionConstraints
&
pflOldProtect
) :
bool
lpAddress
System.IntPtr
dwSize
System.IntPtr
flNewProtect
MemoryProtectionConstraints
pflOldProtect
MemoryProtectionConstraints
return
bool