Fixed typos

pull/81/head
pagran 5 years ago
parent c0eaf5ee43
commit af3c670558

@ -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

Loading…
Cancel
Save