Exemple #1
0
 public SymbolicMemoryState(SymbolicMemoryState sms)
 {
     Variables = new Dictionary <string, ExpressionSyntax>(sms.Variables);
 }