Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
refw
MemoryPatch
C# 클래스 refw.MemoryPatch
상속:
IDisposable
파일 보기
프로젝트 열기: fry/refw
공개 메소드들
메소드
설명
Dispose
( ) :
void
MemoryPatch
(
IntPtr
addr
,
byte
patch
) :
System
비공개 메소드들
메소드
설명
VirtualProtect
(
IntPtr
lpAddress
,
uint
dwSize
,
uint
flNewProtect
,
uint
&
lpflOldProtect
) :
bool
메소드 상세
Dispose()
공개
메소드
public
Dispose
( ) :
void
리턴
void
MemoryPatch()
공개
메소드
public
MemoryPatch
(
IntPtr
addr
,
byte
patch
) :
System
addr
System.IntPtr
patch
byte
리턴
System