4 |
|
|
5 |
# $Id$ |
# $Id$ |
6 |
# $Log$ |
# $Log$ |
7 |
|
# Revision 1.4 2004/07/26 13:51:54 joko |
8 |
|
# updated pod |
9 |
|
# |
10 |
# Revision 1.3 2004/07/23 12:56:07 joko |
# Revision 1.3 2004/07/23 12:56:07 joko |
11 |
# updated pod |
# updated pod |
12 |
# |
# |
43 |
|
|
44 |
=head1 Features |
=head1 Features |
45 |
|
|
46 |
|
|
47 |
|
=head2 Obfuscation |
48 |
|
|
49 |
|
See ASO Pro: http://www.genable.com/aso/preview.html |
50 |
|
|
51 |
|
|
52 |
=head2 Functions |
=head2 Functions |
53 |
|
|
54 |
fluscate handles two different styles of function declarations: |
fluscate handles two different styles of function declarations: |
113 |
- "getMember" and "getVariable" also do function calls! |
- "getMember" and "getVariable" also do function calls! |
114 |
- there are reserved function names which must not be replaced! (-> event handlers, e.g. "onPress") |
- there are reserved function names which must not be replaced! (-> event handlers, e.g. "onPress") |
115 |
|
|
116 |
|
|
117 |
|
=head1 Links |
118 |
|
|
119 |
|
=head2 ActionScript Decompilers / Disassemblers |
120 |
|
|
121 |
|
Flasm: |
122 |
|
http://www.nowrap.de/flasm.html |
123 |
|
http://www.opaque.net/~dave/flasm/ |
124 |
|
Flare: http://www.nowrap.de/flare.html |
125 |
|
Sothink SWF Decompiler: http://www.srctec.com/flashdecompiler/ |
126 |
|
Imperator FLA: http://www.ave-imperator.com/ |
127 |
|
SWF Decompiler: http://www.19.5degs.com/swfdecompiler.php |
128 |
|
Gordon: http://www.futurecandy.com/ |
129 |
|
|
130 |
|
=head2 ActionScript Editors & Co. |
131 |
|
|
132 |
|
URL Action Editor and Actionscript Viewer: |
133 |
|
http://www.buraks.com/ |
134 |
|
http://voisen.org/archives/2003/02/uae_303_and_asv_309.php |
135 |
|
SE|PY ActionScript Editor: http://www.sephiroth.it/python/sepy.php |
136 |
|
|
137 |
|
=head2 Obfuscators |
138 |
|
|
139 |
|
ASO Pro (ActionScript Obfuscator Pro): http://www.genable.com/aso/preview.html |
140 |
|
SWOB (swf obfuscator): http://home.byu.net/jtb64/Swob.htm |
141 |
|
OBFU - A Flash Actionscript obfuscator: http://opaque.net/~dave/obfu/ |
142 |
|
|
143 |
|
=head2 Misc |
144 |
|
|
145 |
|
ActionScript Protection: |
146 |
|
http://www.as-protect.com/ |
147 |
|
http://www.quasimondo.com/archives/000377.php |
148 |
|
Developer's SWF Guardian: http://anyrd.anyorganization.com/ |
149 |
|
Password Busting / SWF Protections: http://www.searchlores.org/cinix_fla.htm |
150 |
|
|
151 |
|
=head2 Off-Topic |
152 |
|
|
153 |
|
XPath for Actionscript and other stuff: http://www.xfactorstudio.com/Actionscript/ |
154 |
|
SerializerClass: http://sourceforge.net/projects/serializerclass/ |
155 |
|
AMF::Perl - Flash Remoting in Perl and Python - using Flash Remoting protocol (AMF): |
156 |
|
http://simonf.com/amfperl/ |
157 |
|
PEAR::SWF - Read and write SWF head tag: http://www.sephiroth.it/test/php/SWF/ |
158 |
|
AMFPHP - Flash Remoting for PHP: http://www.amfphp.org/ |
159 |
|
|
160 |
=cut |
=cut |
161 |
|
|
162 |
|
|