I have ran this code on Windows 10 with Eclipse and it worked. But on repl it is throwing an error:
`Frame.java:9: error: cannot find symbol
public c
Coder100did you forget to import ActionListener?
3 years ago
MocaCDeveloperMy guess,Frame is pre-imported within the IDE you use. Meanwhile, Repl requires you to import it manually into your program.
So, try importing the module "Frame" into your program.3 years ago
If I have an obfuscated Swift program, how could I view it normally?
RYANTADIPARTHIThe point of obfuscating is to obfuscate the code, and keep a copy of the real code for yourself. that's the point. so when you keep the real code for yourself, that's how you view it normally.3 years ago
SixBeepsNormally there're deobfuscator tools you can use to undo the obfuscation, but the only thing I can find is swiftshield's deobfuscate command. Unfortunately, I don't know (and you might not know) whether or not swiftshield was used, so the answer is still not completely known.
Also are you doing this legally?3 years ago
temporarilyMeI.E., how do I deobfuscate it?3 years ago