Skip to content

Commit

Permalink
移除不处理或已处理的标识
Browse files Browse the repository at this point in the history
  • Loading branch information
qux-bbb committed Nov 16, 2022
1 parent 06cf088 commit 94eeba5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions xanalyzer/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,6 @@ def tool_recommendations_scan(self):
for recommended_tool_info in recommended_tool_info_list:
log.info(f' {recommended_tool_info}')

def search_str(self, want='ctf'):
# TODO 查找敏感字符串
pass

def run(self):
md5_value, sha256_value = self.get_md5_sha256()
log.info('md5: {}'.format(md5_value))
Expand Down
1 change: 0 additions & 1 deletion xanalyzer/file_process/pe.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def get_packer_result(self):
return None

def get_resource_type_dict(self):
# TODO 通过特殊的id识别icon,改一下数据类型和后缀
resource_type_dict = {}
if hasattr(self.pe_file, 'DIRECTORY_ENTRY_RESOURCE'):
icon_type_id_list = [
Expand Down

0 comments on commit 94eeba5

Please sign in to comment.