If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
: The issue tracker is now writable again and logged users can download files too. But note that our support is very LIMITED.

#265 deobfuscation problem
Author:
honfika

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS1/2Obfuscated
State: closed 

> What steps will reproduce the problem?
Open attached swf. All of the decompiled scripts are wrong. Something is very strange with
this file.
For example:
Frame1/doaction 2.
Wrong (from export, because in the program the actionscript source window is empty):
�%.R=new �x();
var ���=0;
while(!(��� > 2))
{
�%.R[���]=new CONSTANT6("�" + ��� + "CONSTANT5",
�|);
���++;
}
= - 10;
Earlier it was:
m_Sounds=new Array();
var i=0;
while(!(i > 2))
{
m_Sounds[i]=new Snd("sample" + i + ".wav",this);
i++;
}
> What version of the product are you using? On what operating system?
1.6.7, win7 x64
> 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
It was ok in every earlier version(at least from 1.6.3)

State: new→opened
version 1.7.0 was released
this should be better, try it
State: opened→upgraded
Yes, fixed. thank you.
State: upgraded→closed