If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.

#1064 AS3 decompilation problem
Author:
honfika

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3Deobfuscation
State: closed 

> What steps will reproduce the problem?
Open as2simple_.swf from issue #402
Decompile class FlashPreloader
> What is the expected output? What do you see instead?
Expected: No §§goto instructions
Now: §§gotos, Deobfuscation removes a lot of useful codes
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
6.0.2 nightly 968
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
This file is an AS3 file which contains an obfuscated AS2 file. The FlashPreloaded is does
not seem to be obfuscated.
Before the AVM2DeobfuscatorGetSet change (Revision:
bb31df7f67b78928abf43cbe11e8f7505fa2e1cc)
line 543 (in deobfuscated script) was:
if(0 === (ind = b.readUnsignedByte() % 19))
after the change it became:
if(0 === _loc3_)
Probably this is not a problem with the change, it is because of the other decompilation
problems.
This file is better in nightly 1779.
There are still some §§gotos in the code,
since I think the generateCipher method is manually obfuscated and
has these gotos inserted on purpose.
I am closing this.
State: new→closed