def __init__(self, malware, module_cls_name, task_id,
cuckoo_url, all_result=False):
self.json_decoder = json.JSONDecoder()
self._malware = malware
self._module_cls_name = module_cls_name
self._task_id = task_id
self._all = all_result
self._ms = malware.get_module_status(self._module_cls_name)
self._cuckoo_url = cuckoo_url
评论列表
文章目录