Log in

View Full Version : How to anti crash code in swf files


winroot
August 5th, 2004, 10:50
How to anti crash code in swf files?
When I Decompile some flash , it can crash your tools or it doesn't work normal.
I found it have many "psmask" ascii ,when i use ue open it!
I have a few experience at swf decompile,only have some swf flie format
knowledge and poor english.
plz give a help!
Thx

Kayaker
August 6th, 2004, 20:18
Hi

Maybe you can explain a bit more. What are these "psmask" areas? Is this a special type of Flash file, what version is it? You can get the latest specifications at http://www.openswf.org. One definition of psmask is used in 3D (cartographical) mapping to clip out regions of data points using polygons. Perhaps it represents a similar type of graphical function.

Whatever it is, your decompiler obviously can't handle the syntax. A search for 'flash decompiler' on this board will give you a link to one you could try. If not then you're just going to have to reverse the problem yourself.