Package ghidra.pcode.emulate.callother
Class OpBehaviorOtherNOP
java.lang.Object
ghidra.pcode.emulate.callother.OpBehaviorOtherNOP
- All Implemented Interfaces:
OpBehaviorOther
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OpBehaviorOtherNOP
public OpBehaviorOtherNOP()
-
-
Method Details
-
evaluate
Description copied from interface:OpBehaviorOtherEvaluate the CALLOTHER op which corresponds to this behavior.- Specified by:
evaluatein interfaceOpBehaviorOther- Parameters:
emu- emulator which contains associated memory stateout- output varnode or null if no assignment has been made. Implementation is responsible for updating memory state appropriately.inputs- input varnodes passed as parameters to this pcodeop. The originalPcodeOp.CALLOTHERfirst input has been stripped (i.e., CALLOTHER index value), leaving only the inputs that were were specified as arguments to the named pcodeop within the language spec.
-