Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
refw
MemoryPatch
C# Class refw.MemoryPatch
Inheritance:
IDisposable
Mostra file
Open project: fry/refw
Public Methods
Method
Description
Dispose
( ) :
void
MemoryPatch
(
IntPtr
addr
,
byte
patch
) :
System
Private Methods
Method
Description
VirtualProtect
(
IntPtr
lpAddress
,
uint
dwSize
,
uint
flNewProtect
,
uint
&
lpflOldProtect
) :
bool
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
MemoryPatch()
public
method
public
MemoryPatch
(
IntPtr
addr
,
byte
patch
) :
System
addr
System.IntPtr
patch
byte
return
System