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#819 Documentation for FFDEC
Author: yogicxl
Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: Documentation
State: new
Is there a documentation/roadmap for the decompiler? If not, how do I get started with
understanding the code?
There is no documentation, but you can ask me, maybe I can help you.
Yes, there is no documentation. We rather invest our expensive time to implement new
features or fix bugs, sorry :-(.
There are few JavaDoc comments in the code. Some function/class names are less intuitive,
we know...
There are only two of us who actually write most of the code, we have also regular jobs
during week so that's why.
For user documentation, there are few sections on our webpage (See Features in menu)
Is there any paper or book that helped inspire the main decompilation architecture and
techniques of the code (converting to control-flow-graph, then translating to GraphTarget
representation, ...)? There seem to be quite some interesting concepts behind the code.