Package ghidra.program.util
Class SymbolicPropogator.SavedFlowState
java.lang.Object
ghidra.program.util.SymbolicPropogator.SavedFlowState
- Enclosing class:
SymbolicPropogator
-
Constructor Summary
ConstructorDescriptionSavedFlowState
(VarnodeContext vContext, Address source, Address destination, boolean continueAfterHittingFlow) -
Method Summary
-
Constructor Details
-
SavedFlowState
public SavedFlowState(VarnodeContext vContext, Address source, Address destination, boolean continueAfterHittingFlow)
-
-
Method Details
-
getSource
-
getDestination
-
isContinueAfterHittingFlow
public boolean isContinueAfterHittingFlow() -
restoreState
-