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

#1310 Modulo Order of Operations Incorrect
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

On decompilation, a particular formula gives "i % 9 * 88 + 240" (with the modulo being done first, then the multiplication, then the addition). On recompilation/decompilation, the same formula instead returns "i % (9 * 88 + 240)". Version 9.0.0.
admin
Fixed in nightly 1848.
State: new→upgraded
admin
State: upgraded→closed