From c495cc822c18f334e5af24c710f209dcc2d591b7 Mon Sep 17 00:00:00 2001 From: Gabor Gyorvari Date: Wed, 30 Sep 2020 17:02:33 +0200 Subject: [PATCH] Signature update for a pattern $_uU(101).$_uU(118).$_uU(97) --- definitions/patterns_re.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/definitions/patterns_re.txt b/definitions/patterns_re.txt index 1165e66..47a5f76 100644 --- a/definitions/patterns_re.txt +++ b/definitions/patterns_re.txt @@ -4,10 +4,13 @@ eval\/\*[a-z0-9]+\*\/ # eval\([a-z0-9]{4,}\(\$[a-z0-9]{4,}, \$[0-9a-z]{4,}\)\); -# +# chr(101).chr(118).chr(97) (chr\(\d+\^\d+\)\.){4,} -# +# $_uU(101).$_uU(118).$_uU(97) +(\$\_[a-z0-9]{2,}\(\d+\)\.){4,} + +# $uUx[101].$uUx[118].$uUx[97] (\$[a-z0-9]{3,}\[\d+\]\.){4,} #