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.

#326 Automatic deobfuscasion malfunction
Author:
freddie

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

> What steps will reproduce the problem?
Decompile file: TestFfDec.swf
Class to check: Test
Method to check: function test05()
> What is the expected output? What do you see instead?
EXPECTED:
---------------------------------------
public function test05() : void {
var sc:SupportClass = null;
var count:* = 0;
var i:* = 0;
while(SomeUtilClass.staticMethod())
{
sc = new SupportClass();
if(sc.getIndex() == -1)
{
sc.setIndex(count++);
}
}
while(i < count)
{
this.supportMethod1();
}
}
ACTUAL:
----------------------------------------------
public function test05() : void {
var sc:SupportClass = null;
var count:* = 0;
var i:* = 0;
while(SomeUtilClass.staticMethod())
{
sc = new SupportClass();
if(sc.getIndex() == -1)
{
sc.setIndex(count++);
}
}
}
> What version of the product are you using? On what operating system?
1.7.0, Windows7x64
> Please provide any additional information below. Attach the file you have problem with
if neccessary. If you do not want to publish files YOU CAN CHANGE VISIBILITY TO PRIVATE
Please see my attachments including the Flex source code and corresponding SWF





State: new→opened
version 1.7.0u1 was released.
this should be fixed
State: opened→upgraded
OK, confirmation tested
State: upgraded→closed