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.

#112 protected swf files
Author:
djtrelos

Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: Deobfuscation
State: closed 

Hello i have a question you can do to decompile protected swf files ? Thanks.
Hello,
It depends on how the file is protected.
When it for example reads another SWF file with real code from encrypted byte stream I can
not do much about it - It needs to execute the code. (Loaders)
When the SWF file is protected by obfuscation - like control flow randomisation, FFDec
will probably decompile it. I do my best to decompile all sort of obfuscated code.
When identifier renaming protection is used, FFDec can rename invalid identifiers to
readable names.
If you have some SWF files FFDec cannot handle, feel free to create an issue, I will try
to fix it.
State: new→opened
Is your question answered? Can I close the issue?
State: opened→closed