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 issues#1058 Direct editing as results in corrupt abc code.
Author: Rymez2K
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3Direct Editation
State: closed
> What steps will reproduce the problem?
Open swf and edit a function and add line ex trace('test'); using the action script
editor;
> What is the expected output? What do you see instead?
This corrupts the swf file. On looking at the abc it appears to be related to namespaces
ie
getlex QName(PackageNamespace(""), "stage")
becomes
getlex QName(PackageNamespace("", null), "stage")
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
Same issue on 6.0.2 and nightly 939
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
Attached orig and edited file
SimpleSWF.swf (1 KiB)SimpleSWFafterEdit.swf (1 KiB)
Please try nighlty 989 or later, it should be fixed
State: new→upgraded
I close this issue due to inactivity. Please create new issue if problem persists.
State: upgraded→closed