0 0 0 0
Back
Next
FUO inish the exam.
(Choose 1
answer)
{
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