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.

Error: Please login first to download files from the Issue Tracker. You can register for free.
List of issuesList of issues

#240 wrong field initializers (all are "false")
Author:
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3
State: closed Help

> What steps will reproduce the problem? Open attached swf. Find class syscode/CommCrypt > What is the expected output? What do you see instead? Expected: static var RsaPubKey = "1|80c403313369268b3989c1056b03f39e11d8600e0ba43eb492ed8d15422b83576c20626f15fde2343afd52f 8a86311aadd676445ad2fab1ddaa47585d7477"; static var SharedKey:ByteArray = null; static var SharedKeyTmp:ByteArray = null; static var ChaChaCipher = null; private static var qtext:ByteArray = new ByteArray(); private static var qivec:ByteArray = new ByteArray(); private static var qhide:ChaCha = new ChaCha(); private static var qpadd:Vector.<uint> = new Vector.<uint>(90); Current: static var RsaPubKey = false; static var SharedKey:ByteArray = false; static var SharedKeyTmp:ByteArray = false; static var ChaChaCipher = false; private static var qtext:ByteArray = false; private static var qivec:ByteArray = false; private static var qhide:ChaCha = false; private static var qpadd:Vector.<uint> = false; > What version of the product are you using? On what operating system? 1.6.6, win7 x64 > Please provide any additional information below. Attach the file you have problem with if neccessary. If you do not want to publish files YOU CAN CHANGE VISIBILITY TO PRIVATE
State: new→opened
version 1.6.6u1 was released This should be fixed
State: opened→upgraded
Fixes, too. thanks
*fixed
State: upgraded→closed