Log in

View Full Version : A small question regarding swf protections


Hero
December 4th, 2009, 08:32
Hi all
I want to know if there is anyway to find out whether a swf file is protected or not.
Because I when I decompile an swf with lasted version of sothnic swf decompiler, I see some miss-decompiling from swf pcodes to decompiled swf. In addition, variable names are obfuscated too...
In addition,Is it possible to edit swf pcodes on fly and without decompiling them?

Update:
------------------------
After more investigations, I noticed that file is compressed and protected. I tried some of unpackers, and only 1 of them was able to recover spirits(swfdecryptor). But My main problem is action scripts now,because even this tool cannot recover action scripts correctly.
Any idea how to recover action scripts? from my point of view, action scripts are somehow obfuscated that cannot recovered from pcode to main source.

Regards