| Package | Description |
|---|---|
| org.boris.pecoff4j.asm |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
AbstractInstruction.toCode(int opcode,
ModRM modrm) |
protected byte[] |
AbstractInstruction.toCode(int opcode,
ModRM modrm,
byte imm8) |
protected byte[] |
AbstractInstruction.toCode(int opcode,
ModRM modrm,
byte disp8,
int imm32) |
protected byte[] |
AbstractInstruction.toCode(int opcode,
ModRM modrm,
int imm32) |
protected byte[] |
AbstractInstruction.toCode(int opcode,
ModRM modrm,
int disp32,
int imm32) |
protected byte[] |
AbstractInstruction.toCode(int opcode,
ModRM modrm,
SIB sib,
byte imm8) |
protected byte[] |
AbstractInstruction.toCode(int opcode,
ModRM modrm,
SIB sib,
int imm32) |
| Constructor and Description |
|---|
ADD(int opcode,
ModRM modrm,
int imm32) |
ADD(ModRM modrm,
byte imm8) |
CALL(ModRM modrm,
int imm32) |
CMP(ModRM modrm,
byte imm8) |
LEA(ModRM modrm,
int imm32) |
LEA(ModRM modrm,
SIB sib,
int imm32) |
MOV(int opcode,
ModRM modrm,
byte imm8) |
MOV(int opcode,
ModRM modrm,
int imm32) |
MOV(int opcode,
ModRM modrm,
SIB sib,
int imm32) |
MOV(ModRM modrm) |
MOV(ModRM modrm,
byte imm8) |
MOV(ModRM modrm,
byte disp8,
int imm32) |
MOV(ModRM modrm,
int imm32) |
MOV(ModRM modrm,
int disp32,
int imm32) |
MOV(ModRM modrm,
SIB sib,
byte imm8) |
SHL(ModRM modrm,
byte imm8) |
SUB(ModRM modrm,
int imm32) |
TEST(ModRM modrm) |
Copyright © 2018. All Rights Reserved.