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.

#850 AS3 static intializer wrong matching const multinames
Author:
layola

Date created:
Type: bug
Visibility: Everybody
Assigned to:
JPEXS

Labels: AS3Decompilation
State: closed 

there is an filed call _testGameData in Main.as ,but jpexs can not see the true value
,it's hide by encrypt

Deobfuscation are you talking about? I looked at the _testGameData and it wasn't encrypted
when i deobfuscated the scripts.
Here is the result:
public static function _getTestGameData(param1:int) : String
{
return _testGameData.replace("123456",param1.toString());
}
Title: can not see the vaule of filed →can not see the vaule of a field
It should by fixed in nightly 590, try it.
State: new→upgraded
Title: can not see the vaule of a field→AS3 static intializer wrong matching const multinames
Assigned: →
JPEXS
Title: can not see the vaule of a field→AS3 static intializer wrong matching const multinames
Assigned: →

I close this issue due to inactivity. Please create new issue if problem persists.
State: upgraded→closed