Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrphrazer committed Sep 19, 2023
1 parent d876a93 commit 943003d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obfuscation_detection/heuristics.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ def find_complex_arithmetic_expressions(bv):
for f, score in get_top_10_functions(bv.functions, lambda f: calculate_complex_arithmetic_expressions(f)):
if score != 0:
print(
f"Function {hex(f.start)} ({(f.name)}) has {score} instruction that seem to be complex arithmetic expressions.")
f"Function {hex(f.start)} ({(f.name)}) has {score} instructions that use complex arithmetic expressions.")

0 comments on commit 943003d

Please sign in to comment.