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#58 ArrayIndexOutOfBound exception (AS3)
Author: pepka
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3Decompilation
State: closed
> What steps will reproduce the problem?
Occurs in some (obfuscated?) scripts because of improper bound in line 196 in
TraitClass.java.
if (method_index > abc.method_info.length) {
return;
}
Changing to >= fixes it.
> What is the expected output? What do you see instead?
The program crashes whenever trying to decompile such a script.
> 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,
it is fixed in version 1.4.3u1
State: opened→upgraded
Thanks!
State: upgraded→closed