JPEXS Free Flash Decompiler Issue Tracker

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 issuesList of issues

#438 Command line arguments renameInvalidIdentifiers and dumpSWF don't work anymore
Author: user cattode
Date created:
Type: bug
Visibility: Everybody
Assigned to: developer honfika
Labels: Commandline
State: closed Help

Both command line arguments "-dumpSWF" and "-renameInvalidIdentifiers" don't work since the last update (ffdec 1.7.4u1). Instead of dumping the SWF or renaming identifiers, we get the "Error: Bad Commandline Arguments!" message, followed by the help about the command line arguments. I've digged into ffdec sources, and the problem comes from 'nextParam = nextParam.toLowerCase();' at line 133 of com.jpexs.decompiler.flash.console.CommandLineArgumentParser.java, which was added in the last commit. Since nextParam is lowercase, conditions 'nextParam.equals("-renameInvalidIdentifiers")' and 'nextParam.equals("-dumpSWF")' are never met.
developer
Thank you. Fixed. When it is urgent, I can create a nightly build now. Do you need it now?
State: new→upgraded
Assigned:developer honfika
user
No it's ok, it isn't urgent. Thanks for fixing it!
developer
State: upgraded→closed