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

#698 set,get,override fields unnecessarily debofuscated with §
Author: user Berni11
Date created:
Type: bug
Visibility: Everybody
Assigned to: admin JPEXS
State: closed Help

> What steps will reproduce the problem? > What is the expected output? What do you see instead? It's about a bug in the decompiled ActionScripts: FFDec adds sometimes these characters, which produces Syntax Errors: § I saw them, when the text is: .set, .get and .override FFDec makes them to these: .§set§, .§get§ and .§override§ > What version of the product are you using? On what operating system? I'm using version 3.0.0 and operating system is Windows Vista 32Bit. > 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
admin
Is it AS3 or AS1/2 file?
Title: →set,get,override fields unnecessarily debofuscated with §
user
I don't know which ActionScript Version it is, as I didn't created the .swf file, but I think it is AS3. Other Flash Decompiler which I have tried didn't added these characters. If it helps, I have added one of the AS files (extracted with FFDec) and the swf file it came from.
DownloadMovieClipUtil.as (10 KiB)DownloadWrapper.swf (115 KiB)
admin
This should be fixed in latest nightly build.
State: new→upgraded
Assigned:admin JPEXS
user
Thanks for the update, but the new nightly build has another bug now: it add this the character (§) now to every void.
user
It also adds the character (§) to names which contains a umlaut (ä, ö, ü))
admin
This should be fixed in latest nightly build, try it.
developer
Same for void. as3.swf/TestMovie: public function testStatic() : §void§
State: upgraded→returned
admin
the void is fixed in 4.0.2 release
State: returned→upgraded
user
Problem is back in 4.0.5
developer
Please try the latest nightly build. I can't find any problem in Wrapper.swf/MovieClipUtil.as
developer
realmaster42: Can you reproduce it with the latest nightly build?
user
@honfika, nope, it's fixed now, thanks.
developer
Ok thanks, Berni11's problem was fixed, too. (More than2 months ago) So I close this issue.
State: upgraded→closed