JPEXS Free Flash Decompiler Issue Tracker

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.

List of issuesList of issues

#265 deobfuscation problem
Author: developer honfika
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

> 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)
Download100000.swf (1,368 KiB)
admin
State: new→opened
admin
version 1.7.0 was released this should be better, try it
State: opened→upgraded
developer
Yes, fixed. thank you.
admin
State: upgraded→closed