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

#1134 Compile preprocessor §§instructions while direct edit.
Author: admin JPEXS
Date created:
Type: feature
Visibility: Everybody
Assigned to: admin JPEXS
State: new Help

Every code which FFDec shows should be compilable(direct edited) in FFDec. Thats's currently not true for code which has §§instructions like §§push, §§pop, §§dup, etc. These instructions have defined what they should do, usually they map one Action/AvmInstruction. This was intended dr beginning, but was postponed.
admin
Assigned:admin JPEXS
admin
Okay, it should compile now (nightly 1204+), §§goto is still missing since it is a lot work to do... (mark labeled offsets, etc...)