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.

#1738 Improved decompilation using iinit
Author:
xenni

Date created:
Type: feature
Visibility: Everybody
Assigned to:
State: closed 

Hi, while studying some obfusacated SWF's I've noted that while package namespaces and
class names have been mangled using SecureSWF the iinit name contains the non-mangled
namespace and classname.
I've been attempting to hack on the repository to add this heuristic but have had no luck
as I'm not particularly skilled in Java.
Wondering if this heuristic would be something the JPEXS team would be interested in
implementing or if I can get some pointers on where to start hacking on this.
I think this could be managed by creating a plugin.
Unfortunetally I don't remember exactly how these work,
but probably they need to be placed in "plugins" directory.
Sample plugins: https://github.com/jindrapetrik/jpexs-decompiler/tree/master/libsrc/plugins/src
If not with plugin, then I would expect something like that in tools menu /
deobfuscation.
We do not work on the decompiler at this time and I don't know how it will be in the
future,
so it's probably up to you. I cannot help you with this, sorry.
No worries, thanks for the prompt response! I'll look at what is required to create a
plugin and whether or not that can provide a solution for what I'm trying to do.
State: new→closed