Additional Info
|
I came across with this encrypted game, i am posting image
(broken image removed) How to bypass this encryption game. |
Additional Info
|
its not encrypted, unless you consider symmetric key substitution ciphers encryption. :roll:
sorry, its gonna take some thought to hack this one man. protip: match behaviors to operators I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it. |
Additional Info
|
Pretty sure it's not encryption but obfuscation.
Obfuscation is just making stuff hard to read. Like instead of calling health "health", you call it "ofhdsAVSGH". For the computer it doesn't matter if you call it either way, but for the one trying to read the code it does. Encryption (in our scenario) is something more like "everything's hidden away" or "it makes the compiler crash for no apparent reason." You can decrypt games using a decryption program. Search this site (or Google) for SWFReader, SWFdecrypt and UNSWFEncryptUNP. However, you can't "deobfuscate", since obfuscation is changing meaning, and meaning doesn't matter to the computer; so sorry. |