Package ghidra.program.util
Class SymbolicPropogator.SavedFlowState
- java.lang.Object
-
- ghidra.program.util.SymbolicPropogator.SavedFlowState
-
- Enclosing class:
- SymbolicPropogator
protected class SymbolicPropogator.SavedFlowState extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SavedFlowState(VarnodeContext vContext, Address source, Address destination, boolean continueAfterHittingFlow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Address
getDestination()
Address
getSource()
boolean
isContinueAfterHittingFlow()
void
restoreState(VarnodeContext vContext)
-
-
-
Constructor Detail
-
SavedFlowState
public SavedFlowState(VarnodeContext vContext, Address source, Address destination, boolean continueAfterHittingFlow)
-
-
Method Detail
-
getSource
public Address getSource()
-
getDestination
public Address getDestination()
-
isContinueAfterHittingFlow
public boolean isContinueAfterHittingFlow()
-
restoreState
public void restoreState(VarnodeContext vContext)
-
-