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

#1389 Multiple formats not working via command line
Author: user Lambda
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: closed Help

> What steps will reproduce the problem? Running the command: ffdec.bat -format script:hex,script:as -config autoDeobfuscate=1 -export script "C:\Output" "Myfile.swf" > What is the expected output? What do you see instead? I only get the output in the first written format, I want it to output both hex and AS code > What version of the product are you using? Is it "nightly build"? Which operating system do you have? Windows 10 x64, FFDec v. 10.0.0 (Not nightly). > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you.
developer
Why don't you execute both with 2 commands? In this case it makes sense, since the output files has different extensions. But if you want to export pcode and pcodehex, they both have pcode extension, they will overwrite each other.
user
The reason I didn't do that is because it takes it takes time for the JVM to start up every time I execute the command and because I need it to happen ASAP, I didn't want to have to run it twice. But I have found a solution for this, so this is no longer an issue. However, it would still be nice if it supported this, as long as the formats do not have the same extension like you mentioned.
admin
State: new→closed
Type: bug→question