From 415c3595a0f15ae7f6170872c6adfff0760089c9 Mon Sep 17 00:00:00 2001 From: Wes <5124946+wesinator@users.noreply.github.com> Date: Sat, 3 Aug 2024 00:25:44 -0400 Subject: [PATCH] mention fullword in xor section --- docs/writingrules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writingrules.rst b/docs/writingrules.rst index 1c13b818a7..b885abec5d 100644 --- a/docs/writingrules.rst +++ b/docs/writingrules.rst @@ -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: