===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
yara-4.0.2/docs/writingrules.rst-870-
yara-4.0.2/docs/writingrules.rst:871:The expression ``$a at 100`` in the above example is true only if string $a is
yara-4.0.2/docs/writingrules.rst-872-found at offset 100 within the file (or at virtual address 100 if applied to
##############################################
yara-4.0.2/docs/writingrules.rst-1085-
yara-4.0.2/docs/writingrules.rst:1086:You can even use ``($*)`` to refer to all the strings in your rule, or write
yara-4.0.2/docs/writingrules.rst-1087-the equivalent keyword ``them`` for more legibility.