Class BlockSignature

java.lang.Object
ghidra.app.decompiler.signature.DebugSignature
ghidra.app.decompiler.signature.BlockSignature

public class BlockSignature extends DebugSignature
A feature rooted in a basic block. There are two forms of a block feature. Form 1 contains only local control-flow information about the basic block. Form 2 is a feature that combines two operations that occur in sequence within the block. This form incorporates info about the operations and data-flow info about their inputs.
  • Field Details

  • Constructor Details

    • BlockSignature

      public BlockSignature()
  • Method Details