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

#58 ArrayIndexOutOfBound exception (AS3)
Author: user pepka
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

> 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.
admin
State: new→opened
admin
Hi, it is fixed in version 1.4.3u1
State: opened→upgraded
user
Thanks!
admin
State: upgraded→closed