fix typos

This commit is contained in:
RainRat
2024-06-01 11:48:19 -07:00
parent 2c1d5592ca
commit 8ad74ddbb6
10 changed files with 14 additions and 14 deletions

View File

@@ -194,7 +194,7 @@ def convert_rule(rule, rulename, cround, depth):
yara_strings += "\t$" + var_name + ' = "' + string + '" ascii wide' + convert_description(kid) + "\n"
yara_condition += "\t$" + var_name + " "
elif s_type == "api" or s_type == "import":
# research needed to decide if its possible in YARA to make a difference between api & import?
# research needed to decide if it's possible in YARA to make a difference between api & import?
# https://github.com/mandiant/capa-rules/blob/master/doc/format.md#api
api = kid.value