Class JitDataFlowBlockAnalyzer
java.lang.Object
ghidra.pcode.emu.jit.analysis.JitDataFlowBlockAnalyzer
An encapsulation of the per-block data flow analysis done by
JitDataFlowModel
One of these is created for each basic block in the passage. This does both the intra-block analysis and encapsulates parts of the inter-block analysis. The class also contains and provides access to some of the analytic results.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet an ordered list of all values involved in the latest definition of the given register.Get an ordered list of all values involved in the latest definition of the given varnode.Get the latest definition of the given varnode, synthesizing ops is required.Get a complete catalog of all varnodes read, including overlapping, subregs, etc.Get a complete catalog of all varnodes written, including overlapping, subregs, etc.
-
Method Details
-
getVarnodesRead
-
getVarnodesWritten
-
getOutput
-
getOutput
-
getVar
-