mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 10:48:51 +00:00
fix typos
This commit is contained in:
parent
2c1d5592ca
commit
8ad74ddbb6
10 changed files with 14 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue