From af3c670558a6fb547fcb1350d963a66597048333 Mon Sep 17 00:00:00 2001 From: pagran <67878280+pagran@users.noreply.github.com> Date: Sat, 1 Aug 2020 12:26:50 +0300 Subject: [PATCH] Fixed typos --- testdata/scripts/literals.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testdata/scripts/literals.txt b/testdata/scripts/literals.txt index b30526d..9dd1194 100644 --- a/testdata/scripts/literals.txt +++ b/testdata/scripts/literals.txt @@ -42,7 +42,7 @@ grep '^\s+\w+\[\w+\] = \w+\[\w+\] \^ \w+$' .obf-src/main/z0.go # Swap obfuscator. Detect [...]byte|uint16|uint32|uint64{...} grep '^\s+\w+ := \[\.{3}\](byte|uint16|uint32|uint64)\{[0-9\s,]+\}$' .obf-src/main/z0.go -# Split obfuscator. Detect decryptKey ^= i *- counter +# Split obfuscator. Detect decryptKey ^= i * counter grep '^\s+\w+ \^= \w+ \* \w+$' .obf-src/main/z0.go @@ -303,4 +303,4 @@ func boolTest() { f = false println(a, b, c, d, e, f) -} \ No newline at end of file +}