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

#264 "true" statements (with automatic deobfuscation, too)
Author: developer honfika
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

> What steps will reproduce the problem? Open attached swf. find DefineSprite 4, method: ef_klist_scroll/run_mo > What is the expected output? What do you see instead? For example (but i saw this issue in a lot of files) Current: case "l": me._x=me._x + kc; if(!(me._x < rlistx)) { me._x=rlistx; delete bg.onEnterFrame; true; } break; Expected: "true;" line is unnecessary. It should be removed. > 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
Download2.swf (70 KiB)
developer
This issue is connected to issue #203 (editing AS directly shows error when trying to save), because i can't save the AS code when there is a simple "true" expression in the code. I dont know whether this it is valid or not in AS2.
admin
State: new→opened
admin
version 1.7.0 was released this should be better, try it
State: opened→upgraded
developer
Yes, it was fixed, thanks.
admin
State: upgraded→closed