Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
BananaHook
Specs
StubMemoryProtection
C# 클래스 BananaHook.Specs.StubMemoryProtection
상속:
IMemoryProtection
파일 보기
프로젝트 열기: sgraf812/BananaHook
공개 메소드들
메소드
설명
VirtualProtect
(
IntPtr
lpAddress
,
IntPtr
dwSize
,
MemoryProtectionConstraints
flNewProtect
,
MemoryProtectionConstraints
&
pflOldProtect
) :
bool
메소드 상세
VirtualProtect()
공개
메소드
public
VirtualProtect
(
IntPtr
lpAddress
,
IntPtr
dwSize
,
MemoryProtectionConstraints
flNewProtect
,
MemoryProtectionConstraints
&
pflOldProtect
) :
bool
lpAddress
System.IntPtr
dwSize
System.IntPtr
flNewProtect
MemoryProtectionConstraints
pflOldProtect
MemoryProtectionConstraints
리턴
bool