JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : You can now close your own issues and reopen them later if needed. You can also comment closed issues.
List of issuesList of issues

#2625 Native function parameter names missing in ActionScript output
Author:
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: opened Help

> What steps will reproduce the problem? Compile the attached swf file using flex sdk (pre-compiled version also attached): compc -output native.swc -include-sources NativeNamedArguments.as Then open native.swc in the decompiler, and check ActionScript and pcode output for NativeNamedArguments. > What is the expected output? What do you see instead? I'd expect to see the parameter names preserved in both ActionScript and pcode. However, I can only see it as "paramname" in the pcode output window, not in the ActionScript window. Also, if I export to pcode, the parameter names are also lost. They are only in the pcode preview window. > What version of the product are you using? Is it "nightly build"? Which operating system do you have? v24.1.2, AUR build on Manjaro Linux > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. native.swc is provided, but can also be compiled from the provided .as source file.
We do not show parameter names by default because in some SWF producers like Flash CS5.5, there were incorrect indices put there. However, you can get the parameter names back in if you enable "Enable parameter names in AS3" option in Advanced settings / Scripts.
State: new→opened
Type: bug→question