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.

#964 as3 script decompiling is not deterministic
Author:
honfika

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

> What steps will reproduce the problem?
Export §^q§.§!l§ class multiple times from 06AC0000-10.swf
I used the following parameters:
args = new String[]{
"-config", "parallelSpeedUp=1,cacheOnDisk=0,autoDeobfuscate=1",
"-format", "script:as,singlescript:0,singletext:1",
"-exportTimeout", "3600",
"-timeout", "60",
"-stdout", "C:\\FFDec/txt/out/{swfFile}.txt",
"-stderr", "C:\\FFDec/txt/err/{swfFile}_err.txt",
"-selectclass", "§^q§.§!l§",
"-export", "script", "C:\\FFDec/out", "C:\\FFDec/swf"
};
> What is the expected output? What do you see instead?
The result is the same every time.
Current: see the attached image.
> What version of the product are you using? Is it "nighlty build"? Which operating system
do you have?
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.

Assigned: →
honfika

I give up this task. When i call the callable object in CancellableWorker.call method
directly => it is ok. But when it is called on a threadpool thread => wrong (there is no
timeout, no other exception so it should be the same)
Assigned: →
Title: decompiled script is not preditable→as3 script decompiling is not deterministic
fixed
State: new→closed