Exemplo n.º 1
0
 def test_peinfo_dll(self):
     report = pe_info.PEInfo("PE_Info", self.job_id, self.filepath,
                             self.filename, self.md5, {}).start()
     self.assertEqual(report.get("success", False), True)
Exemplo n.º 2
0
def peinfo_run(analyzer_name, job_id, filepath, filename, md5,
               additional_config_params):
    pe_info.PEInfo(analyzer_name, job_id, filepath, filename, md5,
                   additional_config_params).start()