コード例 #1
0
ファイル: Device.cs プロジェクト: frangarcj/AndroidDefiler
 public Device(Exploit exploit, Network net)
 {
     Vars    = new List <Variable>();
     Locals  = new Dictionary <string, uint>();
     Network = net;
     Exploit = exploit;
 }
コード例 #2
0
ファイル: Device.cs プロジェクト: hyo2012/VitaDefiler
 public Device(Exploit exploit, Network net)
 {
     Vars = new List<Variable>();
     Locals = new Dictionary<string, uint>();
     Network = net;
     Exploit = exploit;
 }