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

#2209 Importing a package
Author:
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: closed Help

Hello, Im trying to add a package from and outdated .swf file to a new update .swf file. I have 0 background in these kind of stuff would greatly appreciate any help.
DownloadA.JPG (45 KiB)
In FFDec you cannot directly copy package from one SWF to another. You can create a new class having the pkg name in the new SWF, then copy its contents from the first SWF, then do this for each class in the package. But the editing is experimental and can fail, so it is a bit risky. I would recommend other tools like for example RABCDasm.
State: new→opened
State: opened→closed