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#98 Empty initializers causing empty lines in decompiled code
Author: honfika
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3Decompilation
State: closed
Sometimes there are a lof of empty lines in the decompiled code.
> What steps will reproduce the problem?
Decompile the swf from issue #96.
a.) Open com.hurlant.crypto.hash.IHash
b.) Open com.hurlant.crypto.symmetric.IStreamChiper
> What is the expected output? What do you see instead?
a.) Lines 8-11 are empty.
b.) Lines 7-11 are empty.
There should be max 1 or 2 empty lines.
> What version of the product are you using? On what operating system?
1.6.0, windows 7 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
This is just a very minor issue, your program is the best swf decompiler.
State: new→opened
Title: Empty line in decomiled code→Empty initializers causing empty lines in decompiled code
version 1.6.0u1 was released.
Empty initializers now do not put empty lines in the code.
State: opened→upgraded
Thank you.
State: upgraded→closed