public Device(Exploit exploit, Network net) { Vars = new List <Variable>(); Locals = new Dictionary <string, uint>(); Network = net; Exploit = exploit; }
public Device(Exploit exploit, Network net) { Vars = new List<Variable>(); Locals = new Dictionary<string, uint>(); Network = net; Exploit = exploit; }