If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
: The issue tracker is now writable again and logged users can download files too. But note that our support is very LIMITED.

#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...)