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