EmulateInstructionStateModifier
Package:
ghidra.pcode.emulate
Type:
class
11.4_PUBLIC
added
method
:
getPcodeOpMap
java.
util.
Map<
java.
lang.
Integer,
ghidra.
pcode.
emulate.
callother.
OpBehaviorOther
> getPcodeOpMap(
)
11.0_PUBLIC
introduced
Initial version
10.3_PUBLIC
removed
type
:
ghidra.pcode.emulate.EmulateInstructionStateModifier
class EmulateInstructionStateModifier
9.0.2_PUBLIC
added
field
:
emu
ghidra.
pcode.
emulate.
Emulate emu
added
field
:
language
ghidra.
program.
model.
lang.
Language language
added
method
:
registerPcodeOpBehavior
void registerPcodeOpBehavior(
java.
lang.
String opName,
ghidra.
pcode.
emulate.
callother.
OpBehaviorOther pcodeOpBehavior)