Skip to content

Commit

Permalink
feat: converted elf_analysis plugin to new base class
Browse files Browse the repository at this point in the history
and also removed the redundant normalize_lief_items method
  • Loading branch information
jstucke committed Dec 31, 2024
1 parent bd5bdb0 commit 64db148
Show file tree
Hide file tree
Showing 6 changed files with 385 additions and 316 deletions.
7 changes: 0 additions & 7 deletions src/helperFunctions/hash.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,3 @@ def get_md5(code: bytes | str) -> str:

def get_tlsh_comparison(first, second):
return tlsh.diff(first, second)


def normalize_lief_items(functions):
"""
Shorthand to convert a list of objects to a list of strings
"""
return [str(function) for function in functions]
Loading

0 comments on commit 64db148

Please sign in to comment.