Example #1
0
 def __init__(self, driver, smalidir):
     Plugin.__init__(self, driver, smalidir)
     self.emu2 = Emulator()
     self.templets = []
     if not self.templets:
         self._init_templets()
Example #2
0
 def __init__(self, driver, smalidir):
     Plugin.__init__(self, driver, smalidir)
     self.results = {}  # 存放解密结果
Example #3
0
 def __init__(self, driver, smalidir):
     Plugin.__init__(self, driver, smalidir)
Example #4
0
 def __init__(self, driver, smalidir):
     Plugin.__init__(self, driver, smalidir)
     self.results = {}   # 存放解密结果
     self.global_variables = {}  # 全局变量,模拟执行预设值