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.

#1933 Missing variable names in decompiled code
Author:
pim

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3Decompilation
State: closed 

> What steps will reproduce the problem?
Open gwint_game.gfx -> package red.game.witcher3.menus.gwint -> CardInstance -> method
recalculatePowerPotential starting at line 201
> What is the expected output? What do you see instead?
A lot of variables are named generically, _loc3_, _loc6_, _loc8_, etc.
Expecting names like currentCard, cardList, currentRowList, etc.
See CardInstance.as in attachments (not sure if I got this out of a previous decompile
with JPEXS, or if I found this elsewhere...)
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
18.3.0
> 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 is fixed in nightly 2409.
State: new→upgraded
Works, awesome!
State: upgraded→closed