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