Skip to content

Commit

Permalink
docs: minor updates to xor (#2098)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesinator authored Aug 4, 2024
1 parent a8d59da commit 6936a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/writingrules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ The above rule is logically equivalent to:
any of them
}
You can also combine the ``xor`` modifier with ``wide`` and ``ascii``
You can also combine the ``xor`` modifier with ``fullword``, ``wide``, and ``ascii``
modifiers. For example, to search for the ``wide`` and ``ascii`` versions of a
string after every single byte XOR has been applied you would use:

Expand Down Expand Up @@ -465,7 +465,7 @@ equivalent:
any of them
}
Since YARA 3.11, if you want more control over the range of bytes used with the ``xor`` modifier use:
Since YARA 3.11, if you want more control over the range of bytes used with the ``xor`` modifier, use:

.. code-block:: yara
Expand Down

0 comments on commit 6936a2a

Please sign in to comment.