Method | Description | |
---|---|---|
CalculateSpaceNeeded ( |
Calculates and returns the size in bytes needed when replacing an instruction
|
|
CalculateSpaceNeeded ( |
Calculates and returns the size in bytes needed when replacing an instruction.
|
|
Replace ( |
Replaces an instruction with a new instruction.
|
|
Replace ( |
Replaces an instruction with a new instruction.
|
Method | Description | |
---|---|---|
x86Assembler ( Win32Assembly assembly ) : System |
public CalculateSpaceNeeded ( |
||
targetInstruction | The instruction to be replaced. | |
newSize | int | The new instruction's size. |
return | int |
public CalculateSpaceNeeded ( |
||
targetInstruction | The instruction to be replaced. | |
newInstruction | The new instruction. | |
return | int |
public Replace ( |
||
targetInstruction | The instruction to replace. | |
newInstruction | The new instruction. | |
return | void |
public Replace ( |
||
targetInstruction | The instruction to replace. | |
newInstruction | The new instruction. | |
overwriteWhenLarger | bool | A boolean indicating whenever the new instruction is larger, it should overwrite the following instructions. |
return | void |