Additional Info
|
I use this thing called "UnSWFEncryptUNP.exe" but it's rather old and doesn't always work. Does anyone know a good, simple-as-hell replacer for that tool? Hell, maybe you can make one? Hating the Soviet Union since 1924. |
Additional Info
|
Stalin15 Posted on: 03/21/2015 9:16am I use this thing called "UnSWFEncryptUNP.exe" but it's rather old and doesn't always work. Does anyone know a good, simple-as-hell replacer for that tool? Hell, maybe you can make one?
|
Additional Info
|
Man, I tried downloading it but I didn't understand worth shit. This stuff is controlled by Numpads, okay...It needs Flash Player Debugger, how can I know I got it installed right? Hating the Soviet Union since 1924. |
Additional Info
|
If i understand it correctly that decrypter does only work with loader type encryptions like Mochi. It basically is like a swfdumper not really decrypting anything. If the bytecode was changed and dead code added it will still be there. |
Additional Info
|
AS2
|
Additional Info
|
thenewcomer Posted on: 03/30/2015 1:09pm AVM1* |
Additional Info
|
I only have problems about removing encryptions from one game, Thing-Thing Arena 1. Hating the Soviet Union since 1924. |
Additional Info
|
Have you tried JPEXS ffdec? It seems to be able to deobfuscate the file when you turn it on (v 4.1.1). You can find it under Settings > Automatic Deobfuscation. |
Additional Info
|
ZuckeR Posted on: 03/30/2015 1:53pm thenewcomer Posted on: 03/30/2015 1:09pm AVM1*
|
Additional Info
|
thenewcomer Posted on: 04/02/2015 2:27pm my point here is that saying actionscript 1 2 or 3 means close to nothing since what we mainly deal with is the AVM. I just don't follow your argumentation here. When i say AS1/2 i mean the old bytecodes which runs in the AVM1. AVM2 only runs AS3 and not AS1/2 those are two different AVMs. For me AS1/2 = AVM1 and AS3 = AVM2 which makes sense since those languages are compiled into opcodes for the corresponding AVM. Decompiling them will yield the original language. thenewcomer Posted on: 04/02/2015 2:27pm also many of the 158 opcodes are deprecated from as2 and/or not in use. they just added/renamed more commands and left the old ones in there for compatibility. like i said, the basic difference between them is a few opcodes are different. the mainly used opcodes that we see of both are the exact same thing, so they get labeled under AVM2 because it makes sense to group them together It is not just grouping but also new stuff like type coercing/converting and some other opcodes for class related stuff. All in all they are quite different and no there is no compability as the AVM2 can't even run AS1/2 opcodes. Could you tell me which opcodes are deprecated as i could not find any info on that. |