Class VarnodeSignature

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

public class VarnodeSignature extends DebugSignature
A feature representing a portion of the data-flow graph rooted at a particular Varnode. The feature recursively incorporates details about the Varnode, the operation that defined it, and the operation's input Varnodes, up to a specific depth.
  • Field Details

  • Constructor Details

    • VarnodeSignature

      public VarnodeSignature()
  • Method Details