You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to obfuscate a simple hellow world script:
in the output: I simply made a regX search for .* = .* then replace all matches with nothing
the remaining code was my actual deobfuscate code and empty lines
The text was updated successfully, but these errors were encountered:
I tried to obfuscate a simple hellow world script:
in the output: I simply made a regX search for .* = .* then replace all matches with nothing
the remaining code was my actual deobfuscate code and empty lines
The text was updated successfully, but these errors were encountered: