Skip to content

Commit

Permalink
file_analysis_bug
Browse files Browse the repository at this point in the history
  • Loading branch information
grayddq authored and grayddq committed Apr 30, 2019
1 parent 6d3127a commit 4e9edc2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/File_Analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,6 @@ def run(self):
suspicious, malice = self.check_hide()
result_output_tag(suspicious, malice)

string_output(u' [1]系统可执行文件安全扫描')
suspicious, malice = self.check_system_integrity()
result_output_tag(suspicious, malice)

string_output(u' [1]系统可执行文件安全扫描')
suspicious, malice = self.check_system_integrity()
result_output_tag(suspicious, malice)

# 检测结果输出到文件
result_output_file(u'文件检查异常如下:', self.file_malware)

Expand Down

0 comments on commit 4e9edc2

Please sign in to comment.