(Choose 1
answer)
16 8 8 8
Back
Next
rule Yara_Example_2
{
strings:
}
$wide_string="Borland" wide
condition:
$wide_string
A. This rule will match any file containing the string "Borland" encoded as two bytes per character
B. This rule will match any file containing the string "Borland" encoded as one byte per character
C. This rule will match any file containing the string "Borland"
D. This rule will match any file containing the string "Borland" encoded as four bytes per character
FU inish the exam.