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 issues#348 Obfuscated case operator
Author: pepka
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3DeobfuscationObfuscated
State: closed
> What steps will reproduce the problem?
Wrong case deobfuscation/decompilation in example which is obfuscated with SecureSWF 4.0
in aggressive mode. In some versions it was decompiled fine, in others (and now) - not.
> What is the expected output? What do you see instead?
See com.hurlant.util.der.DER:
if(0 !== _loc23_)
{
if(16 !== _loc23_)
{
if(17 !== _loc23_)
{
if(2 !== _loc23_)
{
if(6 !== _loc23_)
{
if(3 !== _loc23_)
{
if(4 !== _loc23_)
{
if(5 !== _loc23_)
{
if(19 !== _loc23_)
{
if(34 !== _loc23_)
{
if(20 !== _loc23_)
{
switch(null)
{
case 23:
...
> What version of the product are you using? On what operating system?
1.7.0u1
secure_Aggressive_library.swf (286 KiB)
State: new→postponed
This issue seems to be fixed in latest nightly.
State: postponed→upgraded
I close this issue due to inactivity. Please create new issue if problem still exists.
State: upgraded→closed