If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
: The issue tracker is now writable again and logged users can download files too. But note that our support is very LIMITED.

#1403 Can't import an exported pcodes using the -importScript command
Author:
kenma9123

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: ImportP-code
State: new 

> What steps will reproduce the problem?
Extract any scripts as pcode, whether it's from the command line or the gui. Now try to
reimport it back using the GUI or the command line. From GUI it said 0 scripts imported.
Note I was pointing it to where I extracted the files. For example I extracted it to
/source, then on the dialog I pointed it to source.
When imported using the command line, you will get no messages or any identification that
it success import.
my command is ffdec.bat -importScript infile.swf outfile.swf source
Re-open the SWF file via GUI and you'll see the modified pcode isn't reimported back.
> What is the expected output? What do you see instead?
The expected output should be that the modified pcode must reimported back safely. If
that's how I understand this work. I saw nothing, just nothing. The console is blank
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
v10.0
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
Like I said on the above section, reimporting pcode via importScript does not work. It
works okay with normal asscripts tho. But I don't want to use it because it messed up the
code somehow.So I endup using pcode instead. I don't have any specific swf, because its
the same on every SWF I tried. Unless I'm missing something here. Thanks
anybody can help me deal with this problem?