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

#34 instead of "while(_loc5_ < 65536)" we have " while(_loc5_ >= 65536)".
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

I useFlashDevelop 4.2.1 RTM for Microsoft.NET 2.0 (R2465) for build swf and JPEXS ffd 1.3.1 for decompilation. I wrote code: for (var i:int = 0; i &lt; 0x10000; i+=2) { &lt; some code &gt; } And got result from decompiler: var _loc5_:* = 0; while(_loc5_&gt;=65536) { &lt; some code &gt; _loc5_=_loc5_+2; }
admin
Hi, try version 1.4.0, it should be fixed.
user
State: →closed
Title: instead of "while(_loc5_ < 65536)" we have " while(_loc5_ >= 65536)".→instead of "while(_loc5_ < 65536)" we have " while(_loc5_ >= 65536)".
Type: →bug
Visibility: →Everybody