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.

#37 While conditions are incorrect, always opposite then the required. (Maybe only when the swf was obfuctated)
Author:
googleCode

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

<b>What steps will reproduce the problem?</b>
Decompile the attached P-Code.
<b>What is the expected output? What do you see instead?</b>
Current:
...
while(_loc4_>=param1.length)
{
...
}
Expected:
while(_loc4_<param1.length)
<b>What version of the product are you using? On what operating system?</b>
1.4.0, Windows 7 x64
The swf was earlier obfuscated. All (at least i havent found any correct)conditions in the
while statements are incorrect.
Hi,
version 1.4.0 update 1 was released,
this bug was fixed (i think so),
so you should try it.
Hi. Thank you. Perfect:)
State: →closed
Title: While conditions are incorrect, always opposite then the required. (Maybe only when the swf was obfuctated)→While conditions are incorrect, always opposite then the required. (Maybe only when the swf was obfuctated)
Type: →bug
Visibility: →Everybody
Title: While conditions are incorrect, always opposite then the required. (Maybe only when the swf was obfuctated)→While conditions are incorrect, always opposite then the required. (Maybe only when the swf was obfuctated)
Type: →bug
Visibility: →Everybody