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#2061 Param names in as3 interfaces
Author: Aivaz
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: opened
No debug information is used with p-code source for interfaces, instead in actionscript
source param1, param2, etc.
image2.png (68 KiB)
Yes, the parameter names are in the p-code sometimes put this way,
but unfortunately, some official SWF compilers place wrong indices there,
so feature of taking names from this place is turned off in FFDec by default.
You can enable it in Advanced Settings / Scripts / Enable parameter names in AS3.
settings_enable_parameter_names.png (33 KiB)
State: new→opened
Type: bug→question
Type: bug→question