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

#1131 §§dup left in the code
Author: user snowalice
Date created:
Type: bug
Visibility: Everybody read only
Assigned to:
State: closed Help

> What steps will reproduce the problem? Just open the file, and open the script :) > What is the expected output? What do you see instead? Decompiled source code has error. It has "§§dup" identifier. > What version of the product are you using? Is it "nightly build"? Which operating system do you have? 7.1.2 stable, 7.1.2 nightly build 1994, 1995. All versions has same problem. > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. Here's screenshot of decompiled source code. http://imgur.com/fpK5KuC Uploaded swf file. mainD2.swf loads Core.swf as ByteArray, encrypted with some algorithm. And decrypt it with script. <<< This code corrupted. Have a good day :)
DownloadmainD2.swf (5 KiB)DownloadCore.swf (190 KiB)
user
Oh, i missed. You have to open mainD2.swf script is mainD2 class, scroll to bottom. And you will see the ___ function :)
admin
Attaching image here.
DownloadfpK5KuC.png (36 KiB)
Title: Decompiling failure?→§§dup left in the code
admin
The dup instructions should not be visible in current nightly (1202+). It can be turned back on, because sometimes there could be reason for them - when duplicated code causes some sideeffects, the effect is executed only one when dupped. But this is probably not case of this SWF file. I also updated RegExp handling - now it's displayed with literal syntax.
admin
State: new→upgraded
developer
I close this issue due to inactivity. Please create new issue if problem still exists.
State: upgraded→closed