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 issues#1310 Modulo Order of Operations Incorrect
Author: RobinHood70
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Direct Editation
State: closed
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.
Fixed in nightly 1848.
State: new→upgraded
State: upgraded→closed