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#57 Unknown instruction exception (AS3)
Author: pepka
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3DecompilationObfuscated
State: closed
> What steps will reproduce the problem?
For example SWF encrypt adds a fake method_body to the method body list. It contains some
trash code which causes this exception (but doesn't cause the program to crash as it is
the last in the list and all other are ok). It seems that the Flash player ignores such
stuff in the real life due to failed code validation. Perhaps it would be ok just to
remove an else clause in AVM2Code.java line 636.
> What is the expected output? What do you see instead?
No error stack traces.
> What version of the product are you using? On what operating system?
1.4.3
> Please provide any additional information below. Attach the file you have problem with
if neccessary.
State: new→opened
Hi,
the exception is not logged anymore in version 1.4.3u1
State: opened→upgraded
Thanks!
State: upgraded→closed