Class Next2InstructionValueSolver

java.lang.Object
ghidra.app.plugin.assembler.sleigh.expr.AbstractExpressionSolver<Next2InstructionValue>
ghidra.app.plugin.assembler.sleigh.expr.Next2InstructionValueSolver

public class Next2InstructionValueSolver extends AbstractExpressionSolver<Next2InstructionValue>
"Solves" expressions of inst_next2

Works like the constant solver, but takes the value of inst_next, which is given by the assembly address and the resulting instruction length.

NOTE: This solver requires backfill, since the value of inst_next2 is not known until possible prefixes have been considered.