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

#1756 Extending or Implementing classes
Author: user PDEVI2
Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: AS3Direct Editation
State: new Help

In AS3 there are possibility to create extended classes. For example: public class B extends A оr public class C extends B implements A. Can you add a possibility to create them in JPEXS FFDEC? Thanks!
admin
You can create these by direct editation of Actionscript - use that experimental button.
user
Thanks for the answer! But the Actionscript editor actually brokes the swf or gives the error*. This one of the errors: IndexOutOfBoundsException (Index: 12, Size: 12)
admin
Then I must fix it. FFDec cannot do it any other way than how the editor works. Please attach your SWF file and let me know which class you editedd. If it was a brand new class (from add script functionality), then better.
user
user
In the protocol.packages.server.PacketHello
admin
Here I need to know what you really tried to do with the PacketHello class. You added extends clause? If you still remember... In current nightly (2213), we modified method of adding new AS3 classes, that might help. (If you created new class and then tried to extend it)