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
Asm
X86Assembler
C# Class BananaHook.Asm.X86Assembler
Exibir arquivo
Open project: sgraf812/BananaHook
Class Usage Examples
Public Methods
Method
Description
GetBytes
( ) :
byte[]
Push
(
IntPtr
address
) :
void
Retn
( ) :
void
Retn
(
short
purgeBytes
) :
void
Private Methods
Method
Description
Emit
(
IEnumerable
bytes
) :
void
Emit
(
IntPtr
address
) :
void
Emit
(
OpCode
op
) :
void
Emit
(
short
word
) :
void
Method Details
GetBytes()
public
method
public
GetBytes
( ) :
byte[]
return
byte[]
Push()
public
method
public
Push
(
IntPtr
address
) :
void
address
System.IntPtr
return
void
Retn()
public
method
public
Retn
( ) :
void
return
void
Retn()
public
method
public
Retn
(
short
purgeBytes
) :
void
purgeBytes
short
return
void