Class EndInstructionValueSolver

java.lang.Object
ghidra.app.plugin.assembler.sleigh.expr.AbstractExpressionSolver<EndInstructionValue>
ghidra.app.plugin.assembler.sleigh.expr.EndInstructionValueSolver

public class EndInstructionValueSolver extends AbstractExpressionSolver<EndInstructionValue>
"Solves" expressions of inst_next

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_next is not known until possible prefixes have been considered.