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 issues#2697 Update GH Wiki Commandline arguments
Author:
dopajog343
dopajog343Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: Commandline
State: upgraded 

Can you update the Wiki? it still on v.25.1.0
https://github.com/jindrapetrik/jpexs-decompiler/wiki/Commandline-arguments
Also on as3 fla export - option to disable scripts layer
/www.free-decompiler.com/flash/issues/2673-add-an-option-to-disable-script-layer-for-as3-p
rojects
^ does this have cli args? If so, can you add it to the Wiki.
1) Ok, wiki updated
2)
"option to disable scripts layer" is part of FFDec configuration.
On CLI, configuration can be set with:
-config key=value[,key2=value2][,key3=value3...]
argument as written in the GH wiki.
To list all available configuration, use
-listconfigs
CLI command.
Config for disabling scripts layer is named exportFlaAs3DisableScriptLayer.
So you need to pass something like
-config exportFlaAs3DisableScriptLayer=1
I won't add this to wiki, I do not list all configuration there.
State: new→upgraded
