Skip to content

Commit 9f98049

Browse files
jstuckeeuwint
authored andcommitted
feat: converted elf_analysis plugin to new base class
and also removed the redundant normalize_lief_items method
1 parent cbd4860 commit 9f98049

File tree

7 files changed

+394
-313
lines changed

7 files changed

+394
-313
lines changed

src/helperFunctions/hash.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,3 @@ def get_md5(code: bytes | str) -> str:
3030

3131
def get_tlsh_comparison(first, second):
3232
return tlsh.diff(first, second)
33-
34-
35-
def normalize_lief_items(functions):
36-
"""
37-
Shorthand to convert a list of objects to a list of strings
38-
"""
39-
return [str(function) for function in functions]

0 commit comments

Comments
 (0)