JPEXS Free Flash Decompiler Issue Tracker

WARNING: Some antivirus vendors mark current version (24.1.2) incorrectly as malicious (see VirusTotal result) with "Nemesis" label. I am communicating with the vendors to fix this... It is a false positive. If you don't trust us you can download older version. Always use our official Github site for downloads!

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

#2618 AVM1 decompilation error on incrementing member
Author:
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: new Help

> What steps will reproduce the problem? Compile this P Code DefineFunction "increment", 0 { Push "this" GetVariable PushDuplicate Push "myVar" GetMember Increment Push "myVar" StackSwap SetMember } > What is the expected output? What do you see instead? Should decompile this.myVar++ or similar, instead leaves dup instruction. > What version of the product are you using? Is it "nightly build"? Which operating system do you have? 24.1.2 > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. This code originated from an old Gnash test which seems to have been compiled with Ming. https://cgit.git.savannah.gnu.org/cgit/gnash.git/tree/testsuite/misc-ming.all/ming_utils.c #n183