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#1134 Compile preprocessor §§instructions while direct edit.
Author: JPEXS
Date created:
Type: feature
Visibility: Everybody
Assigned to: JPEXS
State: new
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.
Assigned: → JPEXS
Okay, it should compile now (nightly 1204+),
§§goto is still missing since it is a lot work to do... (mark labeled offsets, etc...)